Skip to content

Commit 4baac70

Browse files
authored
Update shebang to use env -S
As described in the coreutils manual, `-S` is "used to pass multiple arguments on shebang lines". Fixes #163.
1 parent 08dc897 commit 4baac70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpggc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env php -d phar.readonly=0
1+
#!/usr/bin/env -S php -d phar.readonly=0
22
<?php
33

44
error_reporting(E_ALL);

0 commit comments

Comments
 (0)