]> git.proxmox.com Git - mirror_ovs.git/commit
ovs-appctl-bashcomp: Use better function to complete file.
authorAlex Wang <alexw@nicira.com>
Wed, 18 Mar 2015 17:44:27 +0000 (10:44 -0700)
committerAlex Wang <alexw@nicira.com>
Wed, 18 Mar 2015 19:30:47 +0000 (12:30 -0700)
commitb6b0e049fd51e1d434ca2ecbbb98c11d4f805f76
treec3b62fe42d3e18c8f2d16082f191d6b8a3233f79
parentac3e3aaa0a9be3f5fed6b9b65509efd6b377778a
ovs-appctl-bashcomp: Use better function to complete file.

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 <alexw@nicira.com>
utilities/ovs-appctl-bashcomp.bash