diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -166,7 +166,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 18 19 20 21 22 23 + for i in 20 21 22 23 do getOneMock fc${i}i $opt done @@ -184,7 +184,7 @@ elif [ $1 = all55 ]; then getOneMock el${n}x php55 elif [ $1 = all56 ]; then - for n in 19 20 + for n in 20 do getOneMock fc${n}i php56 getOneMock fc${n}x php56 @@ -219,7 +219,7 @@ elif [ $1 = all54 ]; then getOneMock el${n}x remi elif [ $1 = allx ]; then - for i in 18 19 20 21 22 23 + for i in 20 21 22 23 do getOneMock fc${i}x $opt done @@ -229,7 +229,7 @@ elif [ $1 = allx ]; then done elif [ $1 = scl54 ]; then - for i in 19 20 21 22 23 + for i in 20 21 22 23 do getOneMock scl54fc${i}x $opt done @@ -249,7 +249,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 19 20 21 22 23 + for i in 20 21 22 23 do getOneMock scl56fc${i}x $opt done |