ovs-appctl-bashcomp: bash_completion shouldn't modify user environment.
authorZang MingJie <zealot0630@gmail.com>
Sun, 7 Jun 2015 20:21:18 +0000 (13:21 -0700)
committerAlex Wang <alexw@nicira.com>
Sun, 7 Jun 2015 20:23:39 +0000 (13:23 -0700)
Signed-off-by: Zang MingJie <zealot0630@gmail.com>
Acked-by: Alex Wang <alexw@nicira.com>
utilities/ovs-appctl-bashcomp.bash

index 67a268e..f7fb830 100755 (executable)
@@ -598,9 +598,6 @@ _ovs_command_complete() {
   return 0
 }
 
-# Needed for the sorting of completions in display.
-export LC_ALL=C
-
 # Debug mode.
 if [ "$1" = "debug" ]; then
     shift
@@ -624,4 +621,4 @@ else
     complete -F _ovs_command_complete ovs-ofctl
     complete -F _ovs_command_complete ovs-dpctl
     complete -F _ovs_command_complete ovsdb-tool
-fi
\ No newline at end of file
+fi