summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-31 19:54:34 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-31 19:54:34 +0200
commitf21eec38115b1da62f5acce83d3707ab06de4f59 (patch)
treef879641bf547c0069d90b5722a74639f6475bae9 /getmock
parent2a1481c496334cce67b8a5de25093fe5da6d86bf (diff)
php-pecl-mongodb: 1.0.0alpha2
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock6
1 files changed, 3 insertions, 3 deletions
diff --git a/getmock b/getmock
index 59e0a9d..9e70f24 100755
--- a/getmock
+++ b/getmock
@@ -229,7 +229,7 @@ elif [ $1 = allx ]; then
done
elif [ $1 = scl54 ]; then
- for i in 19 20 21 22
+ for i in 19 20 21 22 23
do
getOneMock scl54fc${i}x $opt
done
@@ -239,7 +239,7 @@ elif [ $1 = scl54 ]; then
done
elif [ $1 = scl55 ]; then
- for i in 21 22
+ for i in 21 22 23
do
getOneMock scl55fc${i}x $opt
done
@@ -249,7 +249,7 @@ elif [ $1 = scl55 ]; then
done
elif [ $1 = scl56 ]; then
- for i in 19 20 21 22
+ for i in 19 20 21 22 23
do
getOneMock scl56fc${i}x $opt
done