typo
This commit is contained in:
parent
3b4ee50084
commit
ac5cc0e1a2
|
|
@ -21,7 +21,7 @@ echo
|
||||||
# Detect profile file, .bash_profile has precedence over .profile
|
# Detect profile file, .bash_profile has precedence over .profile
|
||||||
if [ `whoami` == 'root' ]; then
|
if [ `whoami` == 'root' ]; then
|
||||||
PROFILE="/etc/bash.bashrc
|
PROFILE="/etc/bash.bashrc
|
||||||
elsif [ ! -z "$1" ]; then
|
elif [ ! -z "$1" ]; then
|
||||||
PROFILE="$1"
|
PROFILE="$1"
|
||||||
else
|
else
|
||||||
if [ -f "$HOME/.bash_profile" ]; then
|
if [ -f "$HOME/.bash_profile" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue