mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
42806: fix shutdown completion where options were lost due to args= assignment where args+= was needed
This commit is contained in:
parent
25f6f5eebe
commit
5e2d3d1e15
2 changed files with 5 additions and 2 deletions
|
@ -27,8 +27,8 @@ case $OSTYPE in
|
|||
'*:warning message'
|
||||
)
|
||||
;|
|
||||
*bsd*|dragonfly*|linux*)
|
||||
args=(
|
||||
*bsd*|dragonfly*)
|
||||
args+=(
|
||||
'-p[turn off power after shutdown]'
|
||||
)
|
||||
;|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue