mirror of
https://git.sr.ht/~grimler/Heimdall
synced 2025-03-01 01:51:15 +00:00
23 lines
554 B
Diff
23 lines
554 B
Diff
--- a/ltmain.sh
|
|
+++ b/ltmain.sh
|
|
@@ -105,9 +105,6 @@ _LTECHO_EOF'
|
|
}
|
|
|
|
# NLS nuisances: We save the old values to restore during execute mode.
|
|
-# Only set LANG and LC_ALL to C if already set.
|
|
-# These must not be set unconditionally because not all systems understand
|
|
-# e.g. LANG=C (notably SCO).
|
|
lt_user_locale=
|
|
lt_safe_locale=
|
|
for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
|
|
@@ -120,6 +117,9 @@ do
|
|
lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
|
|
fi"
|
|
done
|
|
+LC_ALL=C
|
|
+LANGUAGE=C
|
|
+export LANGUAGE LC_ALL
|
|
|
|
$lt_unset CDPATH
|
|
|