]> Zhao Yanbai Git Server - minix.git/commitdiff
sh build, so build doesn't have to be mode 755.
authorBen Gras <ben@minix3.org>
Wed, 21 Sep 2005 09:29:31 +0000 (09:29 +0000)
committerBen Gras <ben@minix3.org>
Wed, 21 Sep 2005 09:29:31 +0000 (09:29 +0000)
commands/scripts/easypack.sh

index 571bbf5d556a53d054f61e795952c4738013940f..7fd5a9b04aef83f6c5b7085854a75f3358848dc3 100644 (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