summarylogtreecommitdiffstats
path: root/moduleshome.patch
diff options
context:
space:
mode:
Diffstat (limited to 'moduleshome.patch')
-rw-r--r--moduleshome.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/moduleshome.patch b/moduleshome.patch
deleted file mode 100644
index 201e67e1a0dc..000000000000
--- a/moduleshome.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/modulecmd.tcl.in b/modulecmd.tcl.in
-index 843e178..8e77ec7 100644
---- a/modulecmd.tcl.in
-+++ b/modulecmd.tcl.in
-@@ -9174,7 +9174,7 @@ proc cmdModuleAutoinit {} {
- pushMode load
-
- # default MODULESHOME
-- setenv MODULESHOME @prefix@
-+ setenv MODULESHOME [file dirname @initdir@]
-
- # register command location
- setenv MODULES_CMD [getAbsolutePath $::argv0]