Still tweaking towards HHVM
This commit is contained in:
parent
c7a6852a3d
commit
bbf392f45f
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
VERSION=`phpenv version-name`
|
||||
|
||||
if [ "$VERSION" == "hhvm" ]
|
||||
if [ "${VERSION}" = 'hhvm' ]
|
||||
then
|
||||
PHPINI=/etc/hhvm/php.ini
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue