summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/lmod/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/lmod/package.py b/var/spack/repos/builtin/packages/lmod/package.py
index c8936d768b..01911c1a30 100644
--- a/var/spack/repos/builtin/packages/lmod/package.py
+++ b/var/spack/repos/builtin/packages/lmod/package.py
@@ -25,6 +25,7 @@
from spack import *
from glob import glob
+
class Lmod(Package):
"""
Lmod is a Lua based module system that easily handles the MODULEPATH
@@ -55,6 +56,7 @@ class Lmod(Package):
version=self.version), separator=';')
patch('fix_tclsh_paths.patch')
+
def patch(self):
"""The tcl scripts should use the tclsh that was discovered
by the configure script. Touch up their #! lines so that the