From 5d6995abb1104771ac94720b9a73c51e88e4c51f Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 28 Sep 2005 19:00:24 +0000 Subject: 21781: cope with `iconv --list` output from glibc 2.3.5. --- Completion/Unix/Command/_iconv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_iconv b/Completion/Unix/Command/_iconv index 92fa17e34..2cd69b21a 100644 --- a/Completion/Unix/Command/_iconv +++ b/Completion/Unix/Command/_iconv @@ -26,7 +26,7 @@ if _pick_variant gnu=GNU unix --version; then else _wanted codesets expl 'code set' compadd "$@" \ -M 'm:{a-zA-Z}={A-Za-z} r:|-=* r:|=*' \ - ${${${(f)"$(_call_program codesets iconv --list|sed -n '/^$/,$ p')"}## #}%//} && ret=0 + ${${${(f)"$(_call_program codesets iconv --list)"}## #}%//} && ret=0 fi fi -- cgit 1.4.1