Skip to content

Commit

Permalink
Don't depend on a fixed path for PHP shebang but use /usr/bin/env
Browse files Browse the repository at this point in the history
(cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)
  • Loading branch information
till authored and dsp committed Jun 7, 2012
1 parent 6ecc9f1 commit c56ff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
/*
+----------------------------------------------------------------------+
Expand Down

0 comments on commit c56ff39

Please sign in to comment.