From 1762763bf82c3e31c87538845881459331b066fe Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Wed, 15 Oct 2008 20:27:43 -0400 Subject: pts-core: Add support for detecting php binary at /usr/php/bin/php --- phoronix-test-suite | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phoronix-test-suite') diff --git a/phoronix-test-suite b/phoronix-test-suite index 762e807..e91635d 100755 --- a/phoronix-test-suite +++ b/phoronix-test-suite @@ -53,6 +53,9 @@ then elif [ -x /usr/php5/bin/php ] then export PHP_BIN="/usr/php5/bin/php" +elif [ -x /usr/php/bin/php ] +then + export PHP_BIN="/usr/php/bin/php" else export PHP_BIN="" fi -- cgit