summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock6
1 files changed, 3 insertions, 3 deletions
diff --git a/getmock b/getmock
index 2c87c8a..572ad6b 100755
--- a/getmock
+++ b/getmock
@@ -390,7 +390,7 @@ elif [ $1 = scl70 ]; then
done
elif [ $1 = scl71 ]; then
- for i in 27 28 29
+ for i in 27 28 29 30
do
getOneMock scl71fc${i}x $opt
done
@@ -400,7 +400,7 @@ elif [ $1 = scl71 ]; then
done
elif [ $1 = scl73 ]; then
- for i in 27 28 29
+ for i in 27 28 29 30
do
getOneMock scl73fc${i}x $opt
done
@@ -410,7 +410,7 @@ elif [ $1 = scl73 ]; then
done
elif [ $1 = scl72 ]; then
- for i in 27 28 29
+ for i in 27 28 29 30
do
getOneMock scl72fc${i}x $opt
done