From 85b6ffda9eafb9b1dc5f7c359a4dafc015e77023 Mon Sep 17 00:00:00 2001 From: michener Date: Wed, 21 Mar 2007 08:14:32 +0000 Subject: [PATCH] Stupid Bug git-svn-id: http://photonzero.com/dotfiles/trunk@9 23f722f6-122a-0410-8cef-c75bd312dd78 --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 0292079..3358837 100644 --- a/.bash_profile +++ b/.bash_profile @@ -10,7 +10,7 @@ PATH=$HOME/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/loc case `uname` in SunOS) UCB_PATH=/usr/sww/lang/acl:/usr/sww/lang/jdk-1.5.0/bin:/usr/openwin/bin:/usr/dt/bin:/usr/sww/opt/java/bin:/usr/sww/bin:/share/b/grading/bin:/share/b/grading/sbin:/share/b/runas/sun4u:/share/b/bin:/home/aa/projects/scheme/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin; export UCB_PATH - PATH=$PATH:$UCBPATH; export PATH + PATH=$PATH:$UCB_PATH; export PATH ;; Darwin) MACPORTS_PATH=/opt/local/bin:/opt/local/sbin:/opt/local/usr/bin:/opt/local/usr/local/bin; export MACPORTS_PATH