. --> source. people can bind . for another function than source..

This commit is contained in:
Bernardo B. Marques
2012-04-05 03:33:06 -03:00
parent fa9a255ac4
commit e8611bddbc

View File

@@ -8,7 +8,7 @@ if [ "$scmbDir" != "$HOME/.scm_breeze" ]; then
fi fi
# This loads SCM Breeze into the shell session. # This loads SCM Breeze into the shell session.
exec_string="[ -s \"$HOME/.scm_breeze/scm_breeze.sh\" ] && . \"$HOME/.scm_breeze/scm_breeze.sh\"" exec_string="[ -s \"$HOME/.scm_breeze/scm_breeze.sh\" ] && source \"$HOME/.scm_breeze/scm_breeze.sh\""
# Add line to bashrc and zshrc if not already present. # Add line to bashrc and zshrc if not already present.
for rc in bashrc zshrc; do for rc in bashrc zshrc; do