mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
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:
parent
098653aed2
commit
34fbea1876
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue