diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 23 |
1 files changed, 9 insertions, 14 deletions
@@ -273,7 +273,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 29 30 + for i in 30 do getOneMock fc${i}i $opt done @@ -329,11 +329,6 @@ elif [ $1 = all72 ]; then elif [ $1 = all73 ]; then [ $opt = remi ] && opt=php73 [ $opt = test ] && opt=test73 - for n in 29 - do - getOneMock fc${n}i $opt '*7.3*' - getOneMock fc${n}x $opt '*7.3*' - done n=6 getOneMock el${n}i $opt '*7.3*' getOneMock el${n}x $opt '*7.3*' @@ -343,7 +338,7 @@ elif [ $1 = all73 ]; then elif [ $1 = all74 ]; then [ $opt = remi ] && opt=php74 [ $opt = test ] && opt=test74 - for n in 29 30 + for n in 30 do getOneMock fc${n}i $opt '*7.4*' getOneMock fc${n}x $opt '*7.4*' @@ -374,7 +369,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 29 30 31 32 + for i in 30 31 32 do getOneMock fc${i}x $opt done @@ -396,7 +391,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl56fc${i}x $opt done @@ -406,7 +401,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl70fc${i}x $opt done @@ -416,7 +411,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl71fc${i}x $opt done @@ -426,7 +421,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl74 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl74fc${i}x $opt done @@ -436,7 +431,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl73fc${i}x $opt done @@ -446,7 +441,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl72fc${i}x $opt done |