From 09f1a849f8b88e825ce4ca784d5cc58a14c29b77 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 9 Jun 2005 15:39:18 +0000 Subject: 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 --- bashlogin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashlogin') 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 -- cgit v1.2.3-18-g5258