diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-09 16:29:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-09 16:29:33 +0100 |
commit | 60a262d70cba4eb1d3c2917f4c2cba49de112fc6 (patch) | |
tree | 96f965e203cad88753cfc1d8440d2ca912052c3e /getmock | |
parent | 30361db37fc7efcf954b8b310aa7f3dda3d50303 (diff) |
mock: php56 for F24
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -277,7 +277,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 20 21 22 23 + for i in 20 21 22 23 24 do getOneMock scl56fc${i}x $opt done |