]> granicus.if.org Git - php/commitdiff
Don't depend on a fixed path for PHP shebang but use /usr/bin/env
authorTill Klampaeckel <till@php.net>
Wed, 6 Jun 2012 16:49:47 +0000 (19:49 +0300)
committerDavid Soria Parra <dsp@php.net>
Thu, 7 Jun 2012 07:44:49 +0000 (09:44 +0200)
(cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)

run-tests.php

index 2b37ec4f4af69cfdf0f2fc9e4702eb1ff3c0a9b0..9a01f56c975331c17c56d5676dfe0db11152c782 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
 <?php
 /*
    +----------------------------------------------------------------------+