From fcf8b81ec3eb38d48327af8c0979f3520e738a0f Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 14 Aug 2008 19:28:39 +0000 Subject: 25452: redirect stderr from look to /dev/null. --- Completion/Unix/Command/_look | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_look b/Completion/Unix/Command/_look index 94a90bc3f..24a016af4 100644 --- a/Completion/Unix/Command/_look +++ b/Completion/Unix/Command/_look @@ -11,6 +11,6 @@ _arguments -C -s \ ':dictionary file:_files' && ret=0 [[ -n "$state" && ! -prefix - ]] && _wanted values expl 'word prefix' \ - compadd - $(_call_program words $words[1] '"$PREFIX"') && return + compadd - $(_call_program words $words[1] '"$PREFIX"' 2>/dev/null) && return return ret -- cgit v1.2.3