mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
36 lines
936 B
Plaintext
36 lines
936 B
Plaintext
#%Module1.0
|
|
|
|
##############################################################################
|
|
# Modules Revision 3.0
|
|
# Providing a flexible user environment
|
|
#
|
|
# File: break/%M%
|
|
# Revision: %I%
|
|
# First Edition: 2002/02/03
|
|
# Last Mod.: %U%, %G%
|
|
#
|
|
# Authors: R.K.Owen <rk@owen.sj.ca.us>
|
|
#
|
|
# Description: Testuite modulefile
|
|
# Command:
|
|
# Sub-Command: setenv
|
|
#
|
|
# Invocation: load @M@/foo
|
|
# Result: %R{
|
|
# setenv _LMFILES_ ${_LMFILES_}:@M@/@V@
|
|
# setenv LOADEDMODULES ${LOADEDMODULES}:@P@/@M@/@V@
|
|
# setenv testsuite1 yes
|
|
# }R%
|
|
# Comment: %C{
|
|
# This modulefile is used for checking whether the
|
|
# TCL "break" mechanism is working.
|
|
# }C%
|
|
#
|
|
##############################################################################
|
|
|
|
# should cause this module not to be loaded, but not affecting the others
|
|
# however, any non-environment commands in this file will be executed though.
|
|
|
|
setenv testsuite2 "no"
|
|
break
|