Typo again

This commit is contained in:
Sébastien Lucas 2013-11-28 10:20:34 +01:00
parent 8caa548ec0
commit 876fba3053
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION=`php -v|grep --only-matching --perl-regexp "5\.\\d+\"`
PHP_VERSION=`php -v|grep --only-matching --perl-regexp "5\.\\d+"`
if [[ $PHP_VERSION != "5.5" ]]
then