From 5210ceb6f5b66409204afa233d1ca2db1eb8827a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Feb 2024 10:23:58 +0100 Subject: small improv. for allphp --- getmock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'getmock') 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 $* -- cgit