Hey Ben,

Do you have more comments?  This series should be ready for commit~

Thanks,
Alex Wang,

On Thu, Mar 19, 2015 at 8:44 PM, Peter Amidon <pe...@picnicpark.org> wrote:

> On Wed, 18 Mar 2015 14:47:24 -0700: Alex Wang <al...@nicira.com> wrote:
>
>
>   > Modifying $COMP_WORDBREAKS in completion script is not the recommended
>   > as it is a global variable and the modification could affect the
> behavior
>   > of other completion scripts.  As a workaround, this commit uses the
>   > _get_comp_words_by_ref which allows user to exclude characters out of
>   > $COMP_WORDBREAKS and reassemble input command line.  However, as a side
>   > effect, the bash completion module cannot handle characters defined in
>   > $COMP_WORDBREAKS (e.g. ':' and '=') correctly in the resulting
> completions.
>   > Thusly, we need to trim the colon-word and equal-word prefixes from
> reply.
>
>   > Signed-off-by: Alex Wang <al...@nicira.com>
>
> This looks good to me now.
>
> Thanks,
>
> Peter Amidon
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to