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