From 809b228a518969bde230024bd272b0a51ca4cbf4 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 26 Jun 2011 16:06:21 +0200 Subject: [PATCH] Suppress "warning: setlocale: LC_CTYPE: cannot change locale (...)" --- sys/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2