diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-09 07:13:16 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-09 07:13:16 +0100 |
commit | bf839213353c20f0d9808f33f9da2d2b32447c57 (patch) | |
tree | 35e350a35e5ccd3bb7f7395d0b9296b4abf6178c /getmock | |
parent | 84fb7d46b5320d9e48be1a96622288058454535f (diff) |
PHP 7.0.1RC1
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -261,11 +261,11 @@ elif [ $1 = scl56 ]; then elif [ $1 = scl70 ]; then for i in 20 21 22 23 do - getOneMock scl70fc${i}x + getOneMock scl70fc${i}x $opt done for i in 6 7 do - getOneMock scl70el${i}x + getOneMock scl70el${i}x $opt done else |