summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgetmock2
1 files changed, 1 insertions, 1 deletions
diff --git a/getmock b/getmock
index 97084bf..23bf069 100755
--- a/getmock
+++ b/getmock
@@ -217,7 +217,7 @@ elif [ $1 = scl54 ]; then
done
elif [ $1 = scl55 ]; then
- for i in 21
+ for i in $(seq 21 22)
do
getOneMock scl55fc${i}x $opt
done