aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-xrc.d/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc b/rc.d/rc
index 50bd477f..aaa45e66 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -52,7 +52,7 @@ fi
# Set language, vc settings once to avoid doing it for every init script
# through functions
if [ -f /etc/sysconfig/i18n -a -z "${NOLOCALE:-}" ] ; then
- . /etc/profile.d/lang.sh
+ . /etc/profile.d/lang.sh 2>/dev/null
export LANGSH_SOURCED=1
fi