This commit is contained in:
fsoppelsa 2013-07-05 14:59:47 +02:00
parent 3b4ee50084
commit ac5cc0e1a2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ echo
# Detect profile file, .bash_profile has precedence over .profile
if [ `whoami` == 'root' ]; then
PROFILE="/etc/bash.bashrc
elsif [ ! -z "$1" ]; then
elif [ ! -z "$1" ]; then
PROFILE="$1"
else
if [ -f "$HOME/.bash_profile" ]; then