diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-10 07:07:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-10 07:07:42 +0100 |
commit | 8da6a4b45e38ea34d958155815ad67de9a0befa9 (patch) | |
tree | e3fed42da7b16fac9df0986c4fd1a2222a78dbf5 /getmock | |
parent | 73abdd71a591468a45ad93bee31c68f14d0c3b8d (diff) |
php55-php: adapt for F24
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -267,7 +267,7 @@ elif [ $1 = scl54 ]; then done elif [ $1 = scl55 ]; then - for i in 21 22 23 + for i in 21 22 23 24 do getOneMock scl55fc${i}x $opt done |