mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
34 lines
804 B
Plaintext
34 lines
804 B
Plaintext
#%Module1.0
|
|
|
|
##############################################################################
|
|
# Modules Revision 3.0
|
|
# Providing a flexible user environment
|
|
#
|
|
# File: exit/%M%
|
|
# Revision: %I%
|
|
# First Edition: 2006/02/13
|
|
# 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 "exit" mechanism is working.
|
|
# }C%
|
|
#
|
|
##############################################################################
|
|
|
|
setenv testsuite2 "no"
|
|
exit
|
|
setenv testsuite2x "no"
|