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 2885674..f34846f 100755
--- a/getmock
+++ b/getmock
@@ -132,7 +132,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in $(seq 13 18)
+ for i in $(seq 13 19)
do
getOneMock fc${i}i $opt
done
@@ -141,7 +141,7 @@ if [ $1 = all ]; then
getOneMock el${i}i $opt
done
elif [ $1 = allx ]; then
- for i in $(seq 13 18)
+ for i in $(seq 13 19)
do
getOneMock fc${i}x $opt
done