From c56ff39c05be5b846973760ef8bdad8401defe24 Mon Sep 17 00:00:00 2001 From: Till Klampaeckel Date: Wed, 6 Jun 2012 19:49:47 +0300 Subject: Don't depend on a fixed path for PHP shebang but use /usr/bin/env (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6) --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tests.php') 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