From: Alexander Barton Date: Sun, 26 Jun 2011 14:06:21 +0000 (+0200) Subject: Suppress "warning: setlocale: LC_CTYPE: cannot change locale (...)" X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=809b228a518969bde230024bd272b0a51ca4cbf4;p=ConfigScripts.git Suppress "warning: setlocale: LC_CTYPE: cannot change locale (...)" --- diff --git a/sys/profile b/sys/profile index bfebb1f..41b767e 100644 --- a/sys/profile +++ b/sys/profile @@ -22,7 +22,7 @@ export UID # All system messages should still be in "native" ("C") language: export LC_MESSAGES="C" # Clean up ... -unset LC_CTYPE LC_encoding +unset LC_CTYPE LC_encoding 2>/dev/null # Initialize PATH variable if [ -x /usr/libexec/path_helper ]; then