mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
Arkadiusz Miskiewicz <arekm@maven.pl>: 26573:
force compdump overwrite
This commit is contained in:
parent
4ae72f2255
commit
9537a79fbf
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-02-18 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Arkadiusz Miskiewicz <arekm@maven.pl>: 26573:
|
||||
Functions/Completion/compdump: force compdump to overwrite
|
||||
dump file if mv is a bit dubious.
|
||||
|
||||
2009-02-14 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Danek Duvall: 26571: Src/Zle/complete.mdd,
|
||||
|
@ -11188,5 +11194,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4567 $
|
||||
* $Revision: 1.4568 $
|
||||
*****************************************************
|
||||
|
|
|
@ -132,7 +132,7 @@ print >> $_d_file
|
|||
print "typeset -gUa _comp_assocs" >> $_d_file
|
||||
print "_comp_assocs=( ${(qq)_comp_assocs} )" >> $_d_file
|
||||
|
||||
mv $_d_file ${_d_file%.$HOST.$$}
|
||||
mv -f $_d_file ${_d_file%.$HOST.$$}
|
||||
|
||||
unfunction compdump
|
||||
autoload -Uz compdump
|
||||
|
|
Loading…
Reference in a new issue