summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock11
1 files changed, 10 insertions, 1 deletions
diff --git a/getmock b/getmock
index dde92e1..5d52000 100755
--- a/getmock
+++ b/getmock
@@ -242,10 +242,19 @@ elif [ $1 = scl56 ]; then
getOneMock scl56el${i}x $opt
done
+elif [ $1 = scl70 ]; then
+ for i in 20 21 22
+ do
+ getOneMock scl56fc${i}x $opt
+ done
+ for i in 6 7
+ do
+ getOneMock scl56el${i}x $opt
+ done
+
else
for i in $*
do
getOneMock $i $opt
done
fi
-