From 876fba3053476a9eb858532917cc01c404425911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 10:20:34 +0100 Subject: [PATCH] Typo again --- test/prepareSauceTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/prepareSauceTest.sh b/test/prepareSauceTest.sh index 86ea132..a75348f 100644 --- a/test/prepareSauceTest.sh +++ b/test/prepareSauceTest.sh @@ -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