diff --git a/bash_completion b/bash_completion index c774680e..190dee50 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05a # -# $Id: bash_completion,v 1.355 2002/06/11 18:49:57 ianmacd Exp $ +# $Id: bash_completion,v 1.356 2002/06/12 21:43:00 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -3029,7 +3029,7 @@ _pineaddr() COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} - COMPREPLY=( $( compgen -W '$( awk '{print $1}' < ~/.addressbook )' \ + COMPREPLY=( $( compgen -W '$( awk "{print $1}" < ~/.addressbook )' \ -- $cur ) ) } [ "$have" ] && complete -F _pineaddr $default pine