|
From: Jeff S. <jsq...@us...> - 2002-05-24 01:53:40
|
Update of /cvsroot/env-switcher/env-switcher/src
In directory usw-pr-cvs1:/tmp/cvs-serv15984
Modified Files:
switcher.tcl.in
Log Message:
Change "$PATH" to "path" because if we put in $PATH, it causes Badness
and things like "module help switcher" and "module whatis switcher"
will fail. I'm not sure what the exact problem is (don't know enough
about TCL...), but it probably has to do with trying to treat $PATH as
a TCL variable...?
Index: switcher.tcl.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/src/switcher.tcl.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** switcher.tcl.in 21 May 2002 02:38:37 -0000 1.4
--- switcher.tcl.in 24 May 2002 01:53:34 -0000 1.5
***************
*** 13,17 ****
puts stderr "\tIt adds the following path to the modules \"use\" path:"
puts stderr "\t\t@SWITCHER_DATADIR@"
! puts stderr "\tIt also adds the following path to the $PATH:"
puts stderr "\t\t@SWITCHER_BINDIR@"
--- 13,17 ----
puts stderr "\tIt adds the following path to the modules \"use\" path:"
puts stderr "\t\t@SWITCHER_DATADIR@"
! puts stderr "\tIt also adds the following path to the path:"
puts stderr "\t\t@SWITCHER_BINDIR@"
|