diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -270,7 +270,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 29 30 31 + for i in 29 30 do getOneMock fc${i}i $opt done @@ -340,11 +340,12 @@ elif [ $1 = all73 ]; then elif [ $1 = all74 ]; then [ $opt = remi ] && opt=php74 [ $opt = test ] && opt=test74 - for n in 29 30 31 + for n in 29 30 do getOneMock fc${n}i $opt '*7.4*' getOneMock fc${n}x $opt '*7.4*' done + getOneMock fc31x $opt '*7.4*' getOneMock el7x $opt '*7.4*' getOneMock el8x74 $opt '*7.4*' |