diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-11 06:31:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-11 06:31:24 +0200 |
commit | 50d39af3aa77da682e7ce990a427505efabfb1a6 (patch) | |
tree | c0138648b9628011d06535444feba3430a6741b5 /getmock | |
parent | 931503de1f78079556be95c23bdbfa774c158fb1 (diff) |
tools, minor tweak
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -134,7 +134,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in $(seq 13 20) + for i in $(seq 14 20) do getOneMock fc${i}i $opt done @@ -154,7 +154,7 @@ elif [ $1 = all55 ]; then getOneMock el${n}x php55 done elif [ $1 = allx ]; then - for i in $(seq 13 20) + for i in $(seq 14 20) do getOneMock fc${i}x $opt done |