mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
#%Module######################
|
|
##
|
|
## generic modulefile,
|
|
##
|
|
## This just sources the file common in the same directory
|
|
##
|
|
## Usage:
|
|
## Just symlink this file to .generic in the directory with common, and
|
|
## then make symlink to .generic for all versions of the app
|
|
|
|
set moduledir [file dirname $ModulesCurrentModulefile]
|
|
source $moduledir/common
|
|
|