Typo again
This commit is contained in:
parent
8caa548ec0
commit
876fba3053
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue