Skip to content

Commit ead9983

Browse files
committed
Builder: Automate display of compiling command
1 parent e99fdf2 commit ead9983

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,7 @@ args+=(--meta license:MIT)
5050
args+=(--meta author:yannoff)
5151
args+=(--meta copyright:yannoff)
5252

53-
echo php -dphar.readonly=0 bin/compile.php "${args[@]}"
54-
php -dphar.readonly=0 bin/compile.php "${args[@]}"
53+
# Build, display and execute compiling command
54+
set -- php -dphar.readonly=0 bin/compile.php "${args[@]}"
55+
echo "$@"
56+
"$@"

0 commit comments

Comments
 (0)