diff --git a/build-all.sh b/build-all.sh index f22f836..553530c 100755 --- a/build-all.sh +++ b/build-all.sh @@ -85,7 +85,7 @@ run(){ if [[ "$f" == "" ]]; then main "$args" else - "$args" + $args fi }