From: Ben Gras Date: Wed, 21 Sep 2005 09:29:31 +0000 (+0000) Subject: sh build, so build doesn't have to be mode 755. X-Git-Tag: v3.1.0~44 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch13.html?a=commitdiff_plain;h=d312cc39abd7d2b6221789de8653dc3096eddcb1;p=minix.git sh build, so build doesn't have to be mode 755. --- diff --git a/commands/scripts/easypack.sh b/commands/scripts/easypack.sh index 571bbf5d5..7fd5a9b04 100644 --- a/commands/scripts/easypack.sh +++ b/commands/scripts/easypack.sh @@ -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