From 3050d1d8fd671528e4258f0dd0ff26748e028cb7 Mon Sep 17 00:00:00 2001 From: Tom Grennan Date: Tue, 2 Oct 2007 15:08:48 -0700 Subject: cleanup the help pseudo-completion strings used as line separator --- etc/bash_completion.d/vyatta-op | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op index ec309f0..3244394 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -295,9 +295,9 @@ _vyatta_op_expand () if [[ ${#COMPREPLY[@]} -ne 0 || "$a" == '--' ]] && [[ "${COMP_WORDS[*]}" == "${_vyatta_op_comp_words[*]}" ]] then - _vyatta_op_help && \ - COMPREPLY=($( compgen -W "=_=_=_=_=_=_=_ _=_=_=_=_=_=_=" )) - _vyatta_op_comp_words= + _vyatta_op_help + COMPREPLY=($( compgen -o nospace -W "______________ ..." )) + _vyatta_op_comp_words=( ) else _vyatta_op_comp_words=( "${COMP_WORDS[@]}" ) fi -- cgit v1.2.3