From: Till Klampaeckel Date: Wed, 6 Jun 2012 16:49:47 +0000 (+0300) Subject: Don't depend on a fixed path for PHP shebang but use /usr/bin/env X-Git-Tag: php-5.3.15RC1~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c56ff39c05be5b846973760ef8bdad8401defe24;p=php Don't depend on a fixed path for PHP shebang but use /usr/bin/env (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6) --- 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