pkg.sh log-install: Fix -A option

Switch -A was passed with a bogus : to getopt

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-02-07 11:04:46 +00:00
commit 34fbea1876

View file

@ -715,7 +715,7 @@ cmd_log_install()
local c_no_log_dirs=0 local c_no_log_dirs=0
local install_opts 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() cfgfile_macro()
{ {