From 34fbea18764b97c6b1f354957cccd3522bb20252 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 7 Feb 2019 11:04:46 +0000 Subject: [PATCH] pkg.sh log-install: Fix -A option Switch -A was passed with a bogus : to getopt Signed-off-by: Jan Lindemann --- scripts/pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pkg.sh b/scripts/pkg.sh index 5b1730f1..cf3a9ee8 100644 --- a/scripts/pkg.sh +++ b/scripts/pkg.sh @@ -715,7 +715,7 @@ cmd_log_install() local c_no_log_dirs=0 local install_opts - set -- `getopt 'DLWi:a:f:l:bg:cdm:o:psS:vA:N' $*` + set -- `getopt 'DLWi:a:f:l:bg:cdm:o:psS:vAN' $*` cfgfile_macro() {