about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-11-26 17:07:14 +0000
committerClint Adams <clint@users.sourceforge.net>2001-11-26 17:07:14 +0000
commit6f081b9dd3b797f2e396acd4544cf39dfd2f5604 (patch)
treecb2663bfbe68b2c5f96ad216eb1a8f13e8e095e5 /Completion/Debian
parent01ce2a758cbccbce4b7489510f7cd3e4abd8b7f6 (diff)
downloadzsh-6f081b9dd3b797f2e396acd4544cf39dfd2f5604.tar.gz
zsh-6f081b9dd3b797f2e396acd4544cf39dfd2f5604.tar.xz
zsh-6f081b9dd3b797f2e396acd4544cf39dfd2f5604.zip
16291: Gergely Nagy: check ~/.dupload.conf, tweak sed expression to handle hooks.
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_dupload2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_dupload b/Completion/Debian/Command/_dupload
index 85d294c71..81ac73f67 100644
--- a/Completion/Debian/Command/_dupload
+++ b/Completion/Debian/Command/_dupload
@@ -2,7 +2,7 @@
 
 if (( ! $+_dupload_sites )); then
   _dupload_sites=(
-$(grep "^\$cfg" /etc/dupload.conf | sed 's/^\$cfg{\(.*\)}.*$/\1/')
+$(grep -hs "^\$cfg" /etc/dupload.conf ~/.dupload.conf | sed 's/^\$cfg{\([^}]*\)}.*$/\1/')
 )
 fi