From f21eec38115b1da62f5acce83d3707ab06de4f59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Aug 2015 19:54:34 +0200 Subject: php-pecl-mongodb: 1.0.0alpha2 --- getmock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 59e0a9d..9e70f24 100755 --- a/getmock +++ b/getmock @@ -229,7 +229,7 @@ elif [ $1 = allx ]; then done elif [ $1 = scl54 ]; then - for i in 19 20 21 22 + for i in 19 20 21 22 23 do getOneMock scl54fc${i}x $opt done @@ -239,7 +239,7 @@ elif [ $1 = scl54 ]; then done elif [ $1 = scl55 ]; then - for i in 21 22 + for i in 21 22 23 do getOneMock scl55fc${i}x $opt done @@ -249,7 +249,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 19 20 21 22 + for i in 19 20 21 22 23 do getOneMock scl56fc${i}x $opt done -- cgit