diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-04 16:26:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-04 16:26:09 +0100 |
commit | 7a2bd97d3dcf2ad8d97712be4d76e5381074425b (patch) | |
tree | 015670379358e5533e30e24c1ce1d60612d2c6a1 /getmock | |
parent | a5b0465c2a6626792adddc7f1a1cc63891fd8615 (diff) |
php 7.0.4, rebuild for F24
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -170,7 +170,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 20 21 22 23 + for i in 20 21 22 23 24 do getOneMock fc${i}i $opt done @@ -204,7 +204,7 @@ elif [ $1 = all56 ]; then elif [ $1 = all70 ]; then [ $opt = remi ] && opt=php70 [ $opt = test ] && opt=test70 - for n in 21 22 23 + for n in 21 22 23 24 do getOneMock fc${n}i $opt getOneMock fc${n}x $opt @@ -227,7 +227,7 @@ elif [ $1 = all54 ]; then elif [ $1 = for56 ]; then i=20 getOneMock fc${i}x test - for i in 21 22 23 + for i in 21 22 23 24 do getOneMock fc${i}x remi done @@ -237,7 +237,7 @@ elif [ $1 = for56 ]; then done elif [ $1 = for55 ]; then - for i in 20 21 22 23 + for i in 20 21 22 23 24 do getOneMock fc${i}x remi done @@ -247,7 +247,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 20 21 22 23 + for i in 20 21 22 23 24 do getOneMock fc${i}x $opt done |