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
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.
__
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