launch_daemon: Remove setting of LC_TYPE.
This appears to be a typo for LC_CTYPE, and as such nothing ever used it. Environment settings are set up by SetupEnvironment anyway, and if unset just default to C/POSIX locale, so this isn't needed here.
This commit is contained in:
@@ -2035,9 +2035,6 @@ LaunchDaemon::_SetupEnvironment()
|
||||
{
|
||||
// Determine safemode kernel option
|
||||
setenv("SAFEMODE", IsSafeMode() ? "yes" : "no", true);
|
||||
|
||||
// Default locale settings
|
||||
setenv("LC_TYPE", "en_US.UTF-8", true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user