updated message

This commit is contained in:
Sarabadu 2013-12-09 10:56:11 -02:00
parent 189c3a2da1
commit a6005dff8c

View File

@ -38,7 +38,7 @@ SOURCE_STR="[ -s \$HOME/.nvm/nvm.sh ] && . \$HOME/.nvm/nvm.sh # This loads NVM"
if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then
if [ -z $PROFILE ]; then
echo "=> Profile not found. Tried $HOME/.bash_profile , $HOME/.bashrc and $HOME/.profile"
echo "=> Profile not found. Tried $HOME/.bash_profile, $HOME/.bashrc and $HOME/.profile"
else
echo "=> Profile $PROFILE not found"
fi