Signed-off-by: Zang MingJie <zealot0...@gmail.com> --- utilities/ovs-appctl-bashcomp.bash | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/utilities/ovs-appctl-bashcomp.bash b/utilities/ovs-appctl-bashcomp.bash index 67a268e..f7fb830 100755 --- a/utilities/ovs-appctl-bashcomp.bash +++ b/utilities/ovs-appctl-bashcomp.bash @@ -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 -- 2.1.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev