Commit Graph

3 Commits

Author SHA1 Message Date
rkowen
a3fb7517ac * A 'break' in a modulefile will cause the modulefile to
not be added to $LOADEDMODULES, but will be considered
  a successful execution to not affect other modulefiles
  being loaded concurrently (Patch due to Scott Gaskins).
* Tests and docs added for the above.
2002-01-04 04:59:16 +00:00
rkowen
4251ae7d53 * Fixed problem with module load when the full path
is given (patch due to Scott Gaskins).
* Added tests for the above problem.
* Added the Modules-Paper in PDF format (thanks to Philip Kearns
  and Leo Butler for raising the issue).
* Modified probetcl to avoid using the -c option
  (patch due to Philip Kearns).
* Modified probetcl to use tclsh first then tcl
* Added TCL_VERSION to configure and use it in the Makefile
  to use the -ltcl@TCL_VERSION@ library.
2001-11-05 21:50:41 +00:00
rk
e816ab15b5 modules is a shell tool for setting-up the user environment on the
fly, as it were.  It's a powerful mechanism for dynamically changing
environment variables, aliases, X11 resources, etc.
It uses an embedded Tcl intrepretor, with a few extensions.  Therefore,
it has a well defined language syntax.
Version 3.1 is GPL, and includes many improvements over the 3.0beta.
2000-06-28 00:17:34 +00:00