summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock5
1 files changed, 3 insertions, 2 deletions
diff --git a/getmock b/getmock
index ebd3515..577d851 100755
--- a/getmock
+++ b/getmock
@@ -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*'