summaryrefslogtreecommitdiff
path: root/rebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rebuild.sh')
-rwxr-xr-xrebuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebuild.sh b/rebuild.sh
index f0f9877..f97643f 100755
--- a/rebuild.sh
+++ b/rebuild.sh
@@ -15,6 +15,7 @@ done
echo "building and installing tools without compiling..."
for i in nocompile/*;do
iout=$(basename $i)
+ mkdir -p $iout
for j in nocompile/$i/* out=$(basename $i);do
jout=$(basename $j)
done