Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: florian on January 26, 2009, 06:40:12 AM

Title: .profile contains redundant lines from /etc/profile
Post by: florian on January 26, 2009, 06:40:12 AM
Hi! Those lines are present in both .profile and /etc/profile
Code: [Select]
umask 022

if [ -f /etc/sysconfig/language ]; then
. /etc/sysconfig/language
export LANG LC_ALL
fi

if [ -f /etc/sysconfig/timezone ]; then
. /etc/sysconfig/timezone
export TZ
fi