]> git.proxmox.com Git - mirror_ovs.git/commit - utilities/ovs-appctl-bashcomp.bash
ovs-command-completion: Avoid using negative subscript.
authorAlex Wang <alexw@nicira.com>
Sun, 1 Feb 2015 16:54:35 +0000 (08:54 -0800)
committerAlex Wang <alexw@nicira.com>
Mon, 2 Feb 2015 05:21:38 +0000 (21:21 -0800)
commit1b8c7b961cabbebbac1b2e48f89ee8205c48bdbf
tree33c4a1c17d7b1a9f2900307e308b4459e95f5a0d
parent08d425488a53338a5786323686e5f3b43a0c24ff
ovs-command-completion: Avoid using negative subscript.

Negative subscript causes error in bash version 4.1.2(1)-release
(x86_64-redhat-linux-gnu).  This commit fixes it.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-command-compgen.bash