Re: [ovs-dev] [PATCH] ovs-appctl-bashcomp: Use better function to complete file.

2015-03-18 Thread Alex Wang
Thx, this will really make file completion smooth, Applied to master, On Wed, Mar 18, 2015 at 12:24 PM, Ben Pfaff wrote: > On Wed, Mar 18, 2015 at 11:26:57AM -0700, Alex Wang wrote: > > This commit uses the _filedir function defined in bash_completion > > module for file completion. It will ta

Re: [ovs-dev] [PATCH] ovs-appctl-bashcomp: Use better function to complete file.

2015-03-18 Thread Ben Pfaff
On Wed, Mar 18, 2015 at 11:26:57AM -0700, Alex Wang wrote: > This commit uses the _filedir function defined in bash_completion > module for file completion. It will take care of the '/' suffix > for directory. > > Signed-off-by: Alex Wang Looks good to me, although I'm no expert on this. __

[ovs-dev] [PATCH] ovs-appctl-bashcomp: Use better function to complete file.

2015-03-18 Thread Alex Wang
This commit uses the _filedir function defined in bash_completion module for file completion. It will take care of the '/' suffix for directory. Signed-off-by: Alex Wang --- utilities/ovs-appctl-bashcomp.bash |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utilities/ovs