From 56f553ed28703a9b0a0400b8f9c22631925f336c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Aug 2015 11:49:37 +0200 Subject: php 7 rebuild for f23 --- getmock | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 5265b53..59e0a9d 100755 --- a/getmock +++ b/getmock @@ -156,13 +156,17 @@ if [ $1 = php56 ]; then opt=php56 shift fi +if [ $1 = php70 ]; then + opt=php70 + shift +fi if [ $1 = devs -o $1 = dev ]; then opt=devs shift fi if [ $1 = all ]; then - for i in 18 19 20 21 22 + for i in 18 19 20 21 22 23 do getOneMock fc${i}i $opt done @@ -194,7 +198,7 @@ elif [ $1 = all56 ]; then getOneMock el${n}x php56 elif [ $1 = all70 ]; then - for n in 21 22 + for n in 21 22 23 do getOneMock fc${n}i php70 getOneMock fc${n}x php70 @@ -215,7 +219,7 @@ elif [ $1 = all54 ]; then getOneMock el${n}x remi elif [ $1 = allx ]; then - for i in 18 19 20 21 22 + for i in 18 19 20 21 22 23 do getOneMock fc${i}x $opt done @@ -255,7 +259,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 20 21 22 + for i in 20 21 22 23 do getOneMock scl70fc${i}x test done -- cgit