mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
As files sourced by a 'module source' command may be managed outside of the modulefile environment, relax the constraint of having a specific magic cookie at the start of the file to get required clearance before evaluation. This is typicaly helpful for the initialization modulerc file that may loose its magic cookie after some manual edits. Add non-regression tests in 090-source of 70-maint suite.
6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
#%Module1.0
|
|
# This file defines the initial setup for the modulefiles search path
|
|
# and modulefiles you want to load by default for all users. It should
|
|
# contains a lines of module command like 'module use path' and
|
|
# 'module load mod'@modulerc@
|