Skip to content

Commit 9f98749

Browse files
authored
Merge pull request #10 from morozov/quote-arguments
Quote individual arguments when passing them down the line
2 parents fd72d2c + 13c3fcb commit 9f98749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-noxdebug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
PREPEND=$(readlink -f -- "$(dirname $(readlink -f -- $0))/../src/prepend.php")
3-
exec php -d"auto_prepend_file=$PREPEND" $*
3+
exec php -d"auto_prepend_file=$PREPEND" "$@"

0 commit comments

Comments
 (0)