diff options
Diffstat (limited to 'Completion/compdump')
| -rw-r--r-- | Completion/compdump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/compdump b/Completion/compdump index 6daf92f9f..f089b9bdf 100644 --- a/Completion/compdump +++ b/Completion/compdump @@ -135,7 +135,7 @@ print "typeset -gUa _comp_assocs" >& $_d_fd print "_comp_assocs=( ${(qq)_comp_assocs} )" >& $_d_fd exec {_d_fd}>&- -mv -f $_d_file ${_d_file%.$HOST.$$} +mv -f -- $_d_file ${_d_file%.$HOST.$$} unfunction compdump autoload -Uz compdump |
