diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-21 08:28:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-21 08:28:56 +0200 |
commit | 3b4d4a7407bd5cface36ae23bb9c1eaafb7bb80c (patch) | |
tree | 479553442d52df041e23cd7d6762d05cff017049 /getmock | |
parent | e44c4ab788e2d3f6cdc472e2b8df7bd20c8d1205 (diff) |
more for F33
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -401,7 +401,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 30 31 32 + for i in 33 30 31 32 do getOneMock scl56fc${i}x $opt done @@ -411,7 +411,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 30 31 32 + for i in 30 31 32 33 do getOneMock scl70fc${i}x $opt done @@ -421,7 +421,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 30 31 32 + for i in 30 31 32 33 do getOneMock scl71fc${i}x $opt done @@ -441,7 +441,7 @@ elif [ $1 = scl80 ]; then done elif [ $1 = scl74 ]; then - for i in 30 31 32 + for i in 30 31 32 33 do getOneMock scl74fc${i}x $opt done @@ -451,7 +451,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 30 31 32 + for i in 30 31 32 33 do getOneMock scl73fc${i}x $opt done @@ -461,7 +461,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 30 31 32 + for i in 30 31 32 33 do getOneMock scl72fc${i}x $opt done |