Re: [ovs-dev] [PATCH] ovs-command-completion: Avoid using negative subscript.

2015-02-01 Thread Alex Wang
Thanks, applied to master On Sun, Feb 1, 2015 at 1:58 PM, Ben Pfaff wrote: > On Sun, Feb 01, 2015 at 09:03:38AM -0800, Alex Wang wrote: > > 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 >

Re: [ovs-dev] [PATCH] ovs-command-completion: Avoid using negative subscript.

2015-02-01 Thread Ben Pfaff
On Sun, Feb 01, 2015 at 09:03:38AM -0800, Alex Wang wrote: > 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 Acked-by: Ben Pfaff ___ dev mailing list dev

[ovs-dev] [PATCH] ovs-command-completion: Avoid using negative subscript.

2015-02-01 Thread Alex Wang
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 --- utilities/ovs-command-compgen.bash |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utilities/ovs-command-compgen.bash b/util