diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-10-08 00:50:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-10-08 00:50:45 -0400 |
commit | 9d9f993bb460439786136fab2ac9465e72fc31da (patch) | |
tree | 60be29b1a53fff68407a752ce7e10d7d2b6561db /scripts/cfg_edit.sh | |
parent | 6004e866fc47e8054f97b3066413dbb0538e7547 (diff) | |
download | lynx-snapshots-9d9f993bb460439786136fab2ac9465e72fc31da.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6g
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' \ |