mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
28 lines
648 B
Plaintext
28 lines
648 B
Plaintext
#%Module1.0
|
|
|
|
##############################################################################
|
|
# Modules Revision 3.0
|
|
# Providing a flexible user environment
|
|
#
|
|
# File: modemptyarg/%M%
|
|
# Revision: %I%
|
|
# First Edition: 2021/07/02
|
|
# Last Mod.: %U%, %G%
|
|
#
|
|
# Authors: Xavier Delaruelle, xavier.delaruelle@cea.fr
|
|
#
|
|
# Description: Testuite modulefile
|
|
# Command:
|
|
#
|
|
# Invocation:
|
|
# Result: %R{
|
|
# }R%
|
|
# Comment: %C{
|
|
# Test module commands called from modulefile with an empty string
|
|
# argument called
|
|
# }C%
|
|
#
|
|
##############################################################################
|
|
|
|
module try-load {} ""
|