bash_profile: Include /opt/nfast/gcc/bin in the PATH.
authorMark Wooding <mwooding@ncipher.com>
Mon, 20 Mar 2006 15:39:18 +0000 (15:39 +0000)
committerMark Wooding <mwooding@ncipher.com>
Mon, 20 Mar 2006 15:41:21 +0000 (15:41 +0000)
bash_profile

index a4524ea..4656cbe 100644 (file)
@@ -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