diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-28 16:10:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-28 16:10:26 +0100 |
commit | c9886a07cba4a79b90620dd13dcf467123363a65 (patch) | |
tree | a97a8f00e40358df0f78069bd8e81540d137e527 /getmock | |
parent | 7ac5aa990b0c9fb6d16bf4a7f9a6178e350e3a3b (diff) |
add php56 to fc21 build
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in $(seq 19 20) + for i in $(seq 19 21) do getOneMock scl56fc${i}x $opt done |