Typo again

這個提交存在於:
Sébastien Lucas 2013-11-28 10:20:34 +01:00
父節點 8caa548ec0
當前提交 876fba3053

檢視檔案

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/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" ]] if [[ $PHP_VERSION != "5.5" ]]
then then