Commit b6a2a339 authored by marko's avatar marko

setup.sh: Do not bail out if BUILD/compile-innodb* exist already.

parent 97a199b3
......@@ -13,7 +13,7 @@ rm -fr "$TARGETDIR"
mkdir "$TARGETDIR"
# link the build scripts
ln -s ../innodb/compile-innodb{,-debug} ../BUILD
ln -sf ../innodb/compile-innodb{,-debug} ../BUILD
# create the directories
for dir in */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment