summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-06-07 09:45:12 +0200
committerDavid Soria Parra <dsp@php.net>2012-06-07 09:45:12 +0200
commit814e7bcf6ce3a2bc56d23cbc9301e94286418ffa (patch)
tree51e8b040597e2f57c9ef3ae1aff219d18582cb62 /run-tests.php
parent753c3367c044fa54eac9b7233f72b58e63b2ac67 (diff)
parentdeac80eb9a50e788ecd292e104486699c5387ed8 (diff)
downloadphp-git-814e7bcf6ce3a2bc56d23cbc9301e94286418ffa.tar.gz
Merge branch 'PHP-5.4'
By Till Klampaeckel * PHP-5.4: 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-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 753e1ddc02..160079b251 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
<?php
/*
+----------------------------------------------------------------------+