summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-31 08:04:57 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-31 08:04:57 +0200
commit60356475a07fd925774567b67f8fbd9406d418df (patch)
tree84b621659e0fe5aefd584d23418ab8439d310b00 /getmock
parent20bf2e8c503be2f4027d3d5a7f356127ece9c3c9 (diff)
php-Raven: 0.9.1 (backport)
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock4
1 files changed, 2 insertions, 2 deletions
diff --git a/getmock b/getmock
index fd5f9c0..4369f76 100755
--- a/getmock
+++ b/getmock
@@ -144,7 +144,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in $(seq 15 20)
+ for i in $(seq 15 21)
do
getOneMock fc${i}i $opt
done
@@ -185,7 +185,7 @@ elif [ $1 = all54 ]; then
getOneMock el${n}x remi
elif [ $1 = allx ]; then
- for i in $(seq 15 20)
+ for i in $(seq 15 21)
do
getOneMock fc${i}x $opt
done