summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock4
1 files changed, 2 insertions, 2 deletions
diff --git a/getmock b/getmock
index ac044e2..ca5af9e 100755
--- a/getmock
+++ b/getmock
@@ -197,7 +197,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in 24 25 26 27
+ for i in 24 25 26 27 28
do
getOneMock fc${i}i $opt
done
@@ -295,7 +295,7 @@ elif [ $1 = for55 ]; then
done
elif [ $1 = allx ]; then
- for i in 24 25 26 27
+ for i in 24 25 26 27 28
do
getOneMock fc${i}x $opt
done