|
From: Jeff S. <jsq...@us...> - 2002-05-24 06:56:03
|
Update of /cvsroot/env-switcher/env-switcher/src
In directory usw-pr-cvs1:/tmp/cvs-serv11320
Modified Files:
switcher.tcl.in
Log Message:
Note that we also modify the MANPATH
Index: switcher.tcl.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/src/switcher.tcl.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** switcher.tcl.in 24 May 2002 01:53:34 -0000 1.5
--- switcher.tcl.in 24 May 2002 06:55:59 -0000 1.6
***************
*** 15,19 ****
puts stderr "\tIt also adds the following path to the path:"
puts stderr "\t\t@SWITCHER_BINDIR@"
!
}
--- 15,20 ----
puts stderr "\tIt also adds the following path to the path:"
puts stderr "\t\t@SWITCHER_BINDIR@"
! puts stderr "\tIt also adds the following path to the man path:"
! puts stderr "\t\t@SWITCHER_MANDIR@"
}
|