summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-02-28 08:12:29 +0100
committerRemi Collet <fedora@famillecollet.com>2015-02-28 08:12:29 +0100
commit4e6b76d54c6a788a44898d541ceb37344c730a9b (patch)
treee0935fb26e0debc745d3c5d9558bb173a3e83186 /getmock
parent1c2e0249edd62a4612a69c75043570c16d1a5332 (diff)
composer: 45b1f35
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock4
1 files changed, 2 insertions, 2 deletions
diff --git a/getmock b/getmock
index 90f5842..a2a96df 100755
--- a/getmock
+++ b/getmock
@@ -156,7 +156,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in $(seq 18 21)
+ for i in $(seq 18 22)
do
getOneMock fc${i}i $opt
done
@@ -197,7 +197,7 @@ elif [ $1 = all54 ]; then
getOneMock el${n}x remi
elif [ $1 = allx ]; then
- for i in $(seq 18 21)
+ for i in $(seq 18 22)
do
getOneMock fc${i}x $opt
done