environment-modules/environment-modules-versioning.patch
Orion Poplawski dcf9388ef3 Add patch to comment out stray module use in modules file when not using versioning (bug #895555)
Add patch to fix module clear command (bug #895551)
Add patch from modules list to add completion to avail command
2013-01-15 12:11:50 -07:00

11 lines
451 B
Diff

diff -up modules-3.2.10/modulefiles/modules.in.versioning modules-3.2.10/modulefiles/modules.in
--- modules-3.2.10/modulefiles/modules.in.versioning 2012-10-25 13:33:34.000000000 -0600
+++ modules-3.2.10/modulefiles/modules.in 2013-01-15 11:30:22.046031158 -0700
@@ -26,5 +26,5 @@ setenv MODULESHOME $prefix
prepend-path PATH @bindir@
prepend-path MANPATH @mandir@
-module use @VERSIONPATH@
+@VERSIONING@module use @VERSIONPATH@