typo profile

This commit is contained in:
fsoppelsa 2013-07-05 15:01:22 +02:00
parent ac5cc0e1a2
commit 1239acfb0c
1 changed files with 1 additions and 1 deletions

View File

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