]> git.pld-linux.org Git - packages/zsh.git/blame - zsh-completions.patch
- force mv
[packages/zsh.git] / zsh-completions.patch
CommitLineData
3eb32a6f
SP
1--- zsh-4.2.3/Completion/Redhat/Command/_rpm 2005-01-12 10:55:18.000000000 +0000
2+++ zsh-4.2.3.new/Completion/Redhat/Command/_rpm 2005-01-16 09:18:15.183295304 +0000
d95d5c8d 3@@ -100,6 +100,7 @@
4 '(-b)-t+[build mode (tar file)]:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build:->build_t' \
5 '--rmsource:*:spec file:->spec_files' \
6 --{rebuild,recompile}':*:source rpm file:->package_src' \
7+ '--define:macro:->macros' \
8 '--eval:macro:->macros' && ret=0
9
10 # As long as we have a state name...
905e6e28
AM
11--- zsh-4.3.9/./Completion/compdump~ 2008-07-29 10:53:08.000000000 +0200
12+++ zsh-4.3.9/./Completion/compdump 2009-02-11 20:13:11.358508082 +0100
13@@ -132,7 +132,7 @@
14 print "typeset -gUa _comp_assocs" >> $_d_file
15 print "_comp_assocs=( ${(qq)_comp_assocs} )" >> $_d_file
16
17-mv $_d_file ${_d_file%.$HOST.$$}
18+mv -f $_d_file ${_d_file%.$HOST.$$}
19
20 unfunction compdump
21 autoload -Uz compdump
This page took 0.08043 seconds and 4 git commands to generate.