diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -254,7 +254,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 26 27 28 29 + for i in 27 28 29 30 do getOneMock fc${i}i $opt done @@ -301,7 +301,7 @@ elif [ $1 = all71 ]; then elif [ $1 = all72 ]; then [ $opt = remi ] && opt=php72 [ $opt = test ] && opt=test72 - for n in 26 27 + for n in 27 do getOneMock fc${n}i $opt '*7.2*' getOneMock fc${n}x $opt '*7.2*' @@ -348,7 +348,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 26 27 28 29 + for i in 27 28 29 30 do getOneMock fc${i}x $opt done @@ -370,7 +370,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 26 27 28 29 + for i in 27 28 29 30 do getOneMock scl56fc${i}x $opt done @@ -380,7 +380,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 26 27 28 29 + for i in 27 28 29 30 do getOneMock scl70fc${i}x $opt done @@ -390,7 +390,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 26 27 28 29 + for i in 27 28 29 do getOneMock scl71fc${i}x $opt done @@ -410,7 +410,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 26 27 28 29 + for i in 27 28 29 do getOneMock scl72fc${i}x $opt done |