diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-13 11:31:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-13 11:31:06 +0200 |
commit | 45df775bd430a3856f821ced9d6b61604a292497 (patch) | |
tree | c2bf295b36352138ec4783f7ba7f36d8acd054e6 /getmock | |
parent | 79dd89b5d9974e2ebe15a74dd8d4e050baecf91e (diff) |
tweak for F30
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -390,7 +390,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 27 28 29 + for i in 27 28 29 30 do getOneMock scl71fc${i}x $opt done @@ -400,7 +400,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl73 ]; then - for i in 27 28 29 + for i in 27 28 29 30 do getOneMock scl73fc${i}x $opt done @@ -410,7 +410,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 27 28 29 + for i in 27 28 29 30 do getOneMock scl72fc${i}x $opt done |