This commit is contained in:
Sébastien Lucas 2013-11-28 10:41:14 +01:00
parent 876fba3053
commit cacbb94e86

View file

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