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 69f72d7..c191283 100755
--- a/getmock
+++ b/getmock
@@ -483,7 +483,7 @@ elif [ $1 = scl71 ]; then
done
elif [ $1 = scl81 ]; then
- for i in 34 35
+ for i in 34 35 36
do
getOneMock scl81fc${i}x $opt
done
@@ -493,7 +493,7 @@ elif [ $1 = scl81 ]; then
done
elif [ $1 = scl80 ]; then
- for i in 34 35
+ for i in 34 35 36
do
getOneMock scl80fc${i}x $opt
done
@@ -503,7 +503,7 @@ elif [ $1 = scl80 ]; then
done
elif [ $1 = scl74 ]; then
- for i in 34 35
+ for i in 34 35 36
do
getOneMock scl74fc${i}x $opt
done