diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -273,6 +273,10 @@ if [ $1 = glpi94 ]; then opt=glpi94 shift fi +if [ $1 = redis50 -o $1 = redis60 ]; then + opt=$1 + shift +fi if [ $1 = devs -o $1 = dev ]; then opt=devs shift @@ -375,7 +379,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 30 31 32 + for i in 30 31 32 33 do getOneMock fc${i}x $opt done @@ -427,7 +431,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl80 ]; then - for i in 31 32 + for i in 31 32 33 do getOneMock scl80fc${i}x $opt done |