We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99fdf2 commit ead9983Copy full SHA for ead9983
build.sh
@@ -50,5 +50,7 @@ args+=(--meta license:MIT)
50
args+=(--meta author:yannoff)
51
args+=(--meta copyright:yannoff)
52
53
-echo php -dphar.readonly=0 bin/compile.php "${args[@]}"
54
-php -dphar.readonly=0 bin/compile.php "${args[@]}"
+# Build, display and execute compiling command
+set -- php -dphar.readonly=0 bin/compile.php "${args[@]}"
55
+echo "$@"
56
+"$@"
0 commit comments