Skip to content

Commit

Permalink
Merge pull request #10 from morozov/quote-arguments
Browse files Browse the repository at this point in the history
Quote individual arguments when passing them down the line
  • Loading branch information
weirdan authored Apr 30, 2020
2 parents fd72d2c + 13c3fcb commit 9f98749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/php-noxdebug
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
PREPEND=$(readlink -f -- "$(dirname $(readlink -f -- $0))/../src/prepend.php")
exec php -d"auto_prepend_file=$PREPEND" $*
exec php -d"auto_prepend_file=$PREPEND" "$@"

0 comments on commit 9f98749

Please sign in to comment.