diff options
author | David Soria Parra <dsp@php.net> | 2012-06-07 09:44:59 +0200 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2012-06-07 09:44:59 +0200 |
commit | deac80eb9a50e788ecd292e104486699c5387ed8 (patch) | |
tree | 37f6f1e8c3427d436edef2d41f0c2e37afdcaced /run-tests.php | |
parent | 83542dcf3b84767cc950e2def7b35ec3b4839edc (diff) | |
parent | c56ff39c05be5b846973760ef8bdad8401defe24 (diff) | |
download | php-git-deac80eb9a50e788ecd292e104486699c5387ed8.tar.gz |
Merge branch 'PHP-5.3' into PHP-5.4
By Till Klampaeckel
* PHP-5.3:
Don't depend on a fixed path for PHP shebang but use /usr/bin/env (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 2b37ec4f4a..9a01f56c97 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/env php <?php /* +----------------------------------------------------------------------+ |