sh build, so build doesn't have to be mode 755.

This commit is contained in:
Ben Gras 2005-09-21 09:29:31 +00:00
parent 2f55a065d7
commit d312cc39ab

View file

@ -89,7 +89,7 @@ do # Check to see if it exists. Don't overwrite unless -o given
# It is now unpacked. Build it
cd $i
if ./build >>$ORIG_DIR/Log 2>&1
if sh build >>$ORIG_DIR/Log 2>&1
then echo $i installed from $URL
else echo $i failed to install
fi