diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-21 10:23:58 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-21 10:23:58 +0100 |
commit | 5210ceb6f5b66409204afa233d1ca2db1eb8827a (patch) | |
tree | 2ca91081a0a3f114771dd8fb12f001320be3f784 /getmock | |
parent | e3e95172745029016853f1c8aec3121c196bfdb4 (diff) |
small improv. for allphp
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 $* |