summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-10 14:33:07 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-10 14:33:07 +0100
commitf14ebf45abc710262ff8ff5d13c3b82950483ad9 (patch)
tree68908e9fc2f6a06305cdf8fc2306bcfe5a338304 /getmock
parentb0f27ddb0d36f6ca99b18809bed105f8fd531425 (diff)
php70-php: fix for interbase on F26
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock2
1 files changed, 1 insertions, 1 deletions
diff --git a/getmock b/getmock
index 1c03f6a..0bae279 100755
--- a/getmock
+++ b/getmock
@@ -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