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.
2 parents fd72d2c + 13c3fcb commit 9f98749Copy full SHA for 9f98749
bin/php-noxdebug
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
PREPEND=$(readlink -f -- "$(dirname $(readlink -f -- $0))/../src/prepend.php")
3
-exec php -d"auto_prepend_file=$PREPEND" $*
+exec php -d"auto_prepend_file=$PREPEND" "$@"
0 commit comments