diff options
Diffstat (limited to 'scripts/cfg_edit.sh')
-rwxr-xr-x | scripts/cfg_edit.sh | 2 |
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' \ |