Passthru build.sh/script.sh command line arguments (#2837)

This commit is contained in:
Lio李欧
2019-06-11 22:00:27 +08:00
committed by Bastian Köcher
parent cf8a021e22
commit 66ae3a57ff
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ do
echo "${bold}Building webassembly binary in $SRC...${normal}"
cd "$PROJECT_ROOT/$SRC"
./build.sh
./build.sh "$@"
cd - >> /dev/null
done