Still tweaking towards HHVM

This commit is contained in:
Josh Sherman 2014-10-02 22:01:59 -04:00
parent c7a6852a3d
commit bbf392f45f
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
VERSION=`phpenv version-name`
if [ "$VERSION" == "hhvm" ]
if [ "${VERSION}" = 'hhvm' ]
then
PHPINI=/etc/hhvm/php.ini
else