From 7164364b260a0dd0eb6645d7612585e301517dac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Dec 2015 07:29:30 +0100 Subject: F19 repository is closed --- getmock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 500d77f..4dc80ac 100755 --- a/getmock +++ b/getmock @@ -166,7 +166,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 18 19 20 21 22 23 + for i in 20 21 22 23 do getOneMock fc${i}i $opt done @@ -184,7 +184,7 @@ elif [ $1 = all55 ]; then getOneMock el${n}x php55 elif [ $1 = all56 ]; then - for n in 19 20 + for n in 20 do getOneMock fc${n}i php56 getOneMock fc${n}x php56 @@ -219,7 +219,7 @@ elif [ $1 = all54 ]; then getOneMock el${n}x remi elif [ $1 = allx ]; then - for i in 18 19 20 21 22 23 + for i in 20 21 22 23 do getOneMock fc${i}x $opt done @@ -229,7 +229,7 @@ elif [ $1 = allx ]; then done elif [ $1 = scl54 ]; then - for i in 19 20 21 22 23 + for i in 20 21 22 23 do getOneMock scl54fc${i}x $opt done @@ -249,7 +249,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 19 20 21 22 23 + for i in 20 21 22 23 do getOneMock scl56fc${i}x $opt done -- cgit