Commit: c56ff39c05be5b846973760ef8bdad8401defe24 Author: Till Klampaeckel <[email protected]> Wed, 6 Jun 2012 19:49:47 +0300 Committer: David Soria Parra <[email protected]> Thu, 7 Jun 2012 09:44:49 +0200 Parents: 6ecc9f1d9dfbfa264725aabcf52b75e31ce59deb Branches: PHP-5.3 PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c56ff39c05be5b846973760ef8bdad8401defe24 Log: Don't depend on a fixed path for PHP shebang but use /usr/bin/env (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6) Changed paths: M run-tests.php Diff: diff --git a/run-tests.php b/run-tests.php index 2b37ec4..9a01f56 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/env php <?php /* +----------------------------------------------------------------------+ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
