zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _dupload
@ 2001-11-26 17:05 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-11-26 17:05 UTC (permalink / raw)
  To: zsh-workers

This comes from Gergely Nagy.

Index: Completion/Debian/Command/_dupload
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dupload,v
retrieving revision 1.1
diff -u -r1.1 _dupload
--- Completion/Debian/Command/_dupload	2001/04/02 12:22:41	1.1
+++ Completion/Debian/Command/_dupload	2001/11/26 17:02:00
@@ -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
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-26 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-26 17:05 PATCH: _dupload Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).