summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-21 10:23:58 +0100
committerRemi Collet <remi@php.net>2024-02-21 10:23:58 +0100
commit5210ceb6f5b66409204afa233d1ca2db1eb8827a (patch)
tree2ca91081a0a3f114771dd8fb12f001320be3f784 /getmock
parente3e95172745029016853f1c8aec3121c196bfdb4 (diff)
small improv. for allphp
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock6
1 files changed, 3 insertions, 3 deletions
diff --git a/getmock b/getmock
index d2a5173..1c2ec74 100755
--- a/getmock
+++ b/getmock
@@ -758,11 +758,11 @@ elif [ $1 = scl72 ]; then
elif [ $1 = allphp ]; then
- MOD="all70 all71 all72 all73 all74 all80 all81 all82 all83"
- SCL="scl70 scl71 scl72 scl73 scl74 scl80 scl81 scl82 scl83"
+ MOD="all54 all55 all56 all70 all71 all72 all73 all74 all80 all81 all82 all83"
+ SCL="scl54 scl55 scl56 scl70 scl71 scl72 scl73 scl74 scl80 scl81 scl82 scl83"
for i in $SCL $MOD
do $0 $i $opt
- echo -n "[enter] >"; read rep
+ echo -en "\n> $i - [enter] >"; read rep
done
else
for i in $*