diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-03 17:27:32 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-03 17:27:32 +0100 |
commit | 3470dc51906ff0fc4845512101bf59545858e67a (patch) | |
tree | 4377a4f631e0814513280b59a799be379ce3ecb4 /getmock | |
parent | 4e3e51313d723af01ae423313d71be8e8d428caf (diff) |
php 5.6 as scl for fedora 22
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 21) + for i in $(seq 19 22) do getOneMock scl56fc${i}x $opt done |