From: tfheen Date: Thu, 26 Sep 2002 09:13:52 +0000 (+0000) Subject: actually source, don't try to run /local/skel/all.bashrc X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c1e7f29a47a9c2887b7dfd716a0ac1c1e49bb6a;p=dotfiles actually source, don't try to run /local/skel/all.bashrc git-svn-id: file:///svn/tfheen/trunk/dotfiles@16 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/bashrc b/bashrc index 40f64d5..224c274 100644 --- a/bashrc +++ b/bashrc @@ -11,7 +11,7 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi if [ -f /local/skel/all.bashrc ]; then - /local/skel/all.bashrc + . /local/skel/all.bashrc fi export CVSROOT=~/data/cvs