From 7c30945e0840e59c6b889093baa8596f3c8ccd56 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 18 Nov 2001 20:24:47 +0000 Subject: 16264: don't use grep and sed in _dput --- ChangeLog | 5 +++++ Completion/Debian/Command/_dput | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index af683ee63..1487667a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-18 Clint Adams + + * 16264: Completion/Debian/Command/_dput: + Use parameter expansion instead of grep and sed. + 2001-11-16 Chmouel Boudjnah * 16258: Completion/Mandrake/Command/_urpmi: diff --git a/Completion/Debian/Command/_dput b/Completion/Debian/Command/_dput index 39d2973bc..5fe9847d1 100644 --- a/Completion/Debian/Command/_dput +++ b/Completion/Debian/Command/_dput @@ -1,9 +1,7 @@ #compdef dput if (( ! $+_dput_sites )); then - _dput_sites=( -$(grep "^\[" /etc/dput.cf | sed -e 's,\[,,g' -e 's,\],,g') -) + _dput_sites=( ${${(M)${(f)"$(