From 5c1e7f29a47a9c2887b7dfd716a0ac1c1e49bb6a Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 09:13:52 +0000 Subject: [PATCH] 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 --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5