diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-15 11:01:41 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-15 11:01:41 +0100 |
commit | aa54d84b3f942d69ef67c8341237ba1d62392211 (patch) | |
tree | 3a096d929e0c175141858477d1b414c07b024bbc /getmock | |
parent | 1cc0ab69aeac26aa71609c948028dbf2266a4af3 (diff) |
all keys moved in same folder
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -483,7 +483,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl81 ]; then - for i in 34 35 + for i in 34 35 36 do getOneMock scl81fc${i}x $opt done @@ -493,7 +493,7 @@ elif [ $1 = scl81 ]; then done elif [ $1 = scl80 ]; then - for i in 34 35 + for i in 34 35 36 do getOneMock scl80fc${i}x $opt done @@ -503,7 +503,7 @@ elif [ $1 = scl80 ]; then done elif [ $1 = scl74 ]; then - for i in 34 35 + for i in 34 35 36 do getOneMock scl74fc${i}x $opt done |