From a80eb210cc206331d5d48fcdfca5d74a5c781bd4 Mon Sep 17 00:00:00 2001 From: merakor Date: Sat, 22 Aug 2020 08:40:52 +0000 Subject: cpt-build: fix usage output loop FossilOrigin-Name: fc24ef1dbbbb8ef2b1c0ef86900bb56f6daa135950cb48c0dbfd054984a29adc --- src/cpt-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cpt-build b/src/cpt-build index 0a4326b..09dda11 100755 --- a/src/cpt-build +++ b/src/cpt-build @@ -10,7 +10,7 @@ while :; do --help|-h) out "usage: ${0##*/} [pkg...]" "" \ " Options:" \ - " -y --no-prompt Do not prompt for confirmation" \ + " -y --no-prompt Do not prompt for confirmation" exit 1 ;; --version|-v) version ;; --no-prompt|-y) export CPT_PROMPT=0; shift ;; -- cgit v1.2.3