From 3835bbeeb03424e24381422b57f7079e11d5c49d Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Sun, 13 Jul 2003 01:37:07 +0000 Subject: [PATCH] - _iwfconfig() typo fix by Guillaume Rousse --- bash_completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_completion b/bash_completion index 9b52534d..7bf9a355 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05b # -# $Id: bash_completion,v 1.588 2003/07/11 09:22:55 ianmacd Exp $ +# $Id: bash_completion,v 1.589 2003/07/13 03:37:07 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -240,7 +240,7 @@ _ifwconfig() esac COMPREPLY=( $( eval "$@" 2>/dev/null | \ - sed -ne + sed -ne \ 's|^\('$cur'[^[:space:][:punct:]]\{1,\}\).*$|\1|p') ) }