mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
37 lines
975 B
Plaintext
37 lines
975 B
Plaintext
#%Module1.0
|
|
|
|
##############################################################################
|
|
# Modules Revision 3.0
|
|
# Providing a flexible user environment
|
|
#
|
|
# File: loc_sym/%M%
|
|
# Revision: %I%
|
|
# First Edition: 95/12/06
|
|
# Last Mod.: %U%, %G%
|
|
#
|
|
# Authors: Jens Hamisch, Jens.Hamisch@Strawberry.COM
|
|
#
|
|
# Description: Testuite modulefile
|
|
# Command:
|
|
# Sub-Command: module-alias, setenv, module-info alias
|
|
#
|
|
# Invocation: load @M@/@V@
|
|
# Result: %R{
|
|
# setenv _LMFILES_ ${_LMFILES_}:@M@/@V@
|
|
# setenv LOADEDMODULES ${LOADEDMODULES}:@P@/@M@/@V@
|
|
# setenv testsuite loc_sym/1.0
|
|
# }R%
|
|
# Comment: %C{
|
|
# Checks the 'module-alias' and the 'module-info alias'
|
|
# commands. The alias checked herein itsself links to
|
|
# another alias.
|
|
# }C%
|
|
#
|
|
##############################################################################
|
|
|
|
module-alias foo loc_sym/1.0
|
|
module-alias baa loc_sym/2.0
|
|
module-alias check foo
|
|
|
|
setenv testsuite [module-info alias check]
|