From 50d39af3aa77da682e7ce990a427505efabfb1a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Oct 2013 06:31:24 +0200 Subject: tools, minor tweak --- getmock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 6a8ee07..e18a45d 100755 --- a/getmock +++ b/getmock @@ -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 -- cgit