]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- force mv
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Feb 2009 19:13:54 +0000 (19:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh-completions.patch -> 1.10

zsh-completions.patch

index 5c62e2822f8a119c7d5aa9e274b7a7e78e898601..3a4f09735da1e0998479a8f3cba0b19fa253a8c9 100644 (file)
@@ -8,3 +8,14 @@
      '--eval:macro:->macros' && ret=0
  
    # As long as we have a state name...
+--- zsh-4.3.9/./Completion/compdump~   2008-07-29 10:53:08.000000000 +0200
++++ zsh-4.3.9/./Completion/compdump    2009-02-11 20:13:11.358508082 +0100
+@@ -132,7 +132,7 @@
+ 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
This page took 0.170146 seconds and 4 git commands to generate.