summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-15 20:27:43 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-15 20:27:43 -0400
commit1762763bf82c3e31c87538845881459331b066fe (patch)
treea44de295828340540bd701bedf79d3bf434922fc /phoronix-test-suite
parentebfafa9eff84c027a643af0233cbae3e8592db3b (diff)
downloadphoronix-test-suite-upstream-1762763bf82c3e31c87538845881459331b066fe.tar.gz
phoronix-test-suite-upstream-1762763bf82c3e31c87538845881459331b066fe.tar.xz
phoronix-test-suite-upstream-1762763bf82c3e31c87538845881459331b066fe.zip
pts-core: Add support for detecting php binary at /usr/php/bin/php
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite3
1 files changed, 3 insertions, 0 deletions
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