summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-06-09 15:39:18 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-06-09 15:39:18 +0000
commit09f1a849f8b88e825ce4ca784d5cc58a14c29b77 (patch)
treeb623566aa99b00895388c880b26b743511877246 /bashlogin
parentUpdated to work with newer baselayout versions and also to write configuratio... (diff)
downloadlivecd-tools-09f1a849f8b88e825ce4ca784d5cc58a14c29b77.tar.gz
livecd-tools-09f1a849f8b88e825ce4ca784d5cc58a14c29b77.tar.bz2
livecd-tools-09f1a849f8b88e825ce4ca784d5cc58a14c29b77.zip
Changed basklogin to source .bash_profile, rather than .bashrc
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@56 7bf51bff-881f-0410-a643-fba68b97345e
Diffstat (limited to 'bashlogin')
-rwxr-xr-xbashlogin2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashlogin b/bashlogin
index cc9f483..3468918 100755
--- a/bashlogin
+++ b/bashlogin
@@ -2,5 +2,5 @@
cat /etc/motd 2>/dev/null
cd /root
-[[ -e .bashrc ]] && . .bashrc
+[[ -e .bash_profile ]] && source .bash_profile
exec -l /bin/bash -i