summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorTill Klampaeckel <till@php.net>2012-06-06 19:49:47 +0300
committerDavid Soria Parra <dsp@php.net>2012-06-07 09:44:49 +0200
commitc56ff39c05be5b846973760ef8bdad8401defe24 (patch)
tree34c136cb78b5793e913ce6173a953b8f7137ce3b /run-tests.php
parent6ecc9f1d9dfbfa264725aabcf52b75e31ce59deb (diff)
downloadphp-git-c56ff39c05be5b846973760ef8bdad8401defe24.tar.gz
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 2b37ec4f4a..9a01f56c97 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
<?php
/*
+----------------------------------------------------------------------+