From 046acb1a031b2ad7d10cfe99130b3b3ce6c4c7ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Sep 2021 09:18:03 +0200 Subject: add F35 helpers, remove F32 --- getmock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index fb596c8..5292e0a 100755 --- a/getmock +++ b/getmock @@ -321,7 +321,6 @@ elif [ $1 = all74 ]; then elif [ $1 = all80 ]; then [ $opt = remi ] && opt=php80 [ $opt = test ] && opt=test80 - getOneMock fc32x $opt '*8.0*' getOneMock fc33x $opt '*8.0*' getOneMock fc34x $opt '*8.0*' getOneMock el7x $opt '*8.0*' @@ -332,6 +331,7 @@ elif [ $1 = all81 ]; then [ $opt = test ] && opt=test81 getOneMock fc33x $opt '*8.1*' getOneMock fc34x $opt '*8.1*' + getOneMock fc35x $opt '*8.1*' getOneMock el7x $opt '*8.1*' getOneMock el8x81 $opt '*8.1*' @@ -352,7 +352,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock fc${i}x $opt done @@ -374,7 +374,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl56fc${i}x $opt done @@ -384,7 +384,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl70fc${i}x $opt done @@ -394,7 +394,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl71fc${i}x $opt done @@ -404,7 +404,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl81 ]; then - for i in 33 34 + for i in 33 34 35 do getOneMock scl81fc${i}x $opt done @@ -414,7 +414,7 @@ elif [ $1 = scl81 ]; then done elif [ $1 = scl80 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl80fc${i}x $opt done @@ -424,7 +424,7 @@ elif [ $1 = scl80 ]; then done elif [ $1 = scl74 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl74fc${i}x $opt done @@ -434,7 +434,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl73fc${i}x $opt done @@ -444,7 +444,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl72fc${i}x $opt done -- cgit