diff --git a/sake b/sake index a06b82a41..47199c3a9 100755 --- a/sake +++ b/sake @@ -25,7 +25,7 @@ else fi # Find the PHP binary -for candidatephp in php5 php; do +for candidatephp in php php5; do if [ `which $candidatephp` -a -f `which $candidatephp` ]; then php=`which $candidatephp` break