23 lines
824 B
Diff
23 lines
824 B
Diff
commit c6cd010dd8b6efddd71c30f00a923d8f2537584c
|
|
Author: Jan Kardell <jan.kardell@telliq.com>
|
|
Date: Sun Mar 10 00:25:07 2019 +0100
|
|
|
|
Fix LC_NAME and LC_ADDRESS in sh.ssh
|
|
|
|
There was a missing space between LC_NAME and LC_ADDRESS,
|
|
thus it became LC_NAMELC_ADDRESS.
|
|
Nobody noticed for at least 5 years, so it can't be that important.
|
|
|
|
diff --git a/files/etc/profile.d/sh.ssh b/files/etc/profile.d/sh.ssh
|
|
index cc1b818..11c32ed 100644
|
|
--- a/files/etc/profile.d/sh.ssh
|
|
+++ b/files/etc/profile.d/sh.ssh
|
|
@@ -7,7 +7,7 @@
|
|
test_lc()
|
|
{
|
|
for lc in LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE \
|
|
- LC_MONETARY LC_MESSAGES LC_PAPER LC_NAMELC_ADDRESS \
|
|
+ LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS \
|
|
LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL
|
|
do
|
|
eval val="\$$lc"
|