diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-10 14:33:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-10 14:33:07 +0100 |
commit | f14ebf45abc710262ff8ff5d13c3b82950483ad9 (patch) | |
tree | 68908e9fc2f6a06305cdf8fc2306bcfe5a338304 /getmock | |
parent | b0f27ddb0d36f6ca99b18809bed105f8fd531425 (diff) |
php70-php: fix for interbase on F26
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,7 +318,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 22 23 24 25 + for i in 22 23 24 25 26 do getOneMock scl71fc${i}x $opt done |