about summary refs log tree commit diff stats
path: root/scripts/cfg_edit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cfg_edit.sh')
-rwxr-xr-xscripts/cfg_edit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cfg_edit.sh b/scripts/cfg_edit.sh
index 6206c6c4..99f00bea 100755
--- a/scripts/cfg_edit.sh
+++ b/scripts/cfg_edit.sh
@@ -7,7 +7,7 @@
 # Append a '=' if none present'
 # Break into two strings at '='
 # Prefix ' { "' and suffix '" },'
-sort |
+LC_ALL=C sort |
 sed	-e 's!^[ 	]*!!' -e 's![ 	]*$!!' \
 	-e 's!\\!\\\\!g'        \
 	-e 's!"!\\"!g'          \