summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-04 16:26:09 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-04 16:26:09 +0100
commit7a2bd97d3dcf2ad8d97712be4d76e5381074425b (patch)
tree015670379358e5533e30e24c1ce1d60612d2c6a1 /getmock
parenta5b0465c2a6626792adddc7f1a1cc63891fd8615 (diff)
php 7.0.4, rebuild for F24
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock10
1 files changed, 5 insertions, 5 deletions
diff --git a/getmock b/getmock
index 7ccef49..0856b3e 100755
--- a/getmock
+++ b/getmock
@@ -170,7 +170,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in 20 21 22 23
+ for i in 20 21 22 23 24
do
getOneMock fc${i}i $opt
done
@@ -204,7 +204,7 @@ elif [ $1 = all56 ]; then
elif [ $1 = all70 ]; then
[ $opt = remi ] && opt=php70
[ $opt = test ] && opt=test70
- for n in 21 22 23
+ for n in 21 22 23 24
do
getOneMock fc${n}i $opt
getOneMock fc${n}x $opt
@@ -227,7 +227,7 @@ elif [ $1 = all54 ]; then
elif [ $1 = for56 ]; then
i=20
getOneMock fc${i}x test
- for i in 21 22 23
+ for i in 21 22 23 24
do
getOneMock fc${i}x remi
done
@@ -237,7 +237,7 @@ elif [ $1 = for56 ]; then
done
elif [ $1 = for55 ]; then
- for i in 20 21 22 23
+ for i in 20 21 22 23 24
do
getOneMock fc${i}x remi
done
@@ -247,7 +247,7 @@ elif [ $1 = for55 ]; then
done
elif [ $1 = allx ]; then
- for i in 20 21 22 23
+ for i in 20 21 22 23 24
do
getOneMock fc${i}x $opt
done