From b187640ae7728425103da3b53916a8d8bf144d26 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 20 Mar 2006 15:39:18 +0000 Subject: [PATCH] bash_profile: Include /opt/nfast/gcc/bin in the PATH. --- bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index a4524ea..4656cbe 100644 --- a/bash_profile +++ b/bash_profile @@ -1,3 +1,4 @@ +# -*-sh-*- # # $Id: .profile,v 1.3 1997/01/09 20:30:23 mdw Exp $ # @@ -71,7 +72,7 @@ __mdw_conf () { __mdw_addto PATH l \ $HOME/bin \ {,/usr{,/local}{,/X11R6}}{/bin,/sbin,/games} \ - /opt/nfast{/bin,/sbin} \ + /opt/nfast{,/gcc}{/bin,/sbin} \ $HOME/src/ncipher/scripts if [ -d /usr/local/plan9 ]; then export PLAN9=/usr/local/plan9 -- 2.11.0