From 5b523f44628cba8a827d34c69d743469cef65b76 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 6 Aug 2001 16:10:45 +0000 Subject: correct mistake with 15574 --- Completion/Unix/Command/_grep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Unix/Command/_grep b/Completion/Unix/Command/_grep index 64dd5cb4e..3b3e01ef3 100644 --- a/Completion/Unix/Command/_grep +++ b/Completion/Unix/Command/_grep @@ -57,7 +57,7 @@ arguments=( $arguments[@] # remove long options? [[ -z "$_is_gnu[$words[1]]" ]] && - arguments=( ${${${arguments:#(|*\)(\*|))--*}//--[^ )]#/}/\( #\)/} ) + arguments=( ${arguments:#(|*\)(\*|))--*} ) _arguments -s $arguments[@] -- cgit 1.4.1