diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-31 19:54:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-31 19:54:34 +0200 |
commit | f21eec38115b1da62f5acce83d3707ab06de4f59 (patch) | |
tree | f879641bf547c0069d90b5722a74639f6475bae9 | |
parent | 2a1481c496334cce67b8a5de25093fe5da6d86bf (diff) |
php-pecl-mongodb: 1.0.0alpha2
-rwxr-xr-x | getmock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |