Commit Graph

11 Commits

Author SHA1 Message Date
Andrey Portnoy
e5c19bdd74 Fix typo in add.modules.in 2020-02-03 19:34:03 +01:00
Xavier Delaruelle
985aa88590 script: fix createmodule.{sh,py} for script outputting text
Inhibit output generated by scripts evaluated by createmodule.sh and
createmodule.py to ensure these outputs will not get in the way when
analyzing the environment change done by the evaluated scripts.

Fixes #309
2020-02-01 15:25:04 +01:00
Xavier Delaruelle
1ef61d6e77 script: avoid shell func defs in createmodule.sh
Fix createmodule.sh script to correctly analyses environment when shell
functions are found defined in it. These shell function definitions are
skipped.
2020-02-01 13:28:51 +01:00
Xavier Delaruelle
ea8052c23b script: add TESTINSTALL.bat script and ship it in dist-win 2020-01-25 16:21:53 +01:00
Xavier Delaruelle
13a99e387a script: ensure relevant exit code is set at end of win scripts 2020-01-25 16:21:53 +01:00
Xavier Delaruelle
fe3765454b script: move INSTALL.bat & UNINSTALL.bat in script dir 2020-01-25 16:21:53 +01:00
Xavier Delaruelle
d6362eef3d script/init: quote path variables in win-specific scripts
To handle installation path containing whitespaces like "C:\Program
Files\Environment Modules".
2020-01-17 21:39:22 +01:00
Xavier Delaruelle
fff8213e0b install: add ml.cmd wrapper on Windows installation 2020-01-17 21:39:22 +01:00
Xavier Delaruelle
20597cb580 script: simplify module.cmd batch file
Execute initialization script if MODULES_CMD environment variable is not
found defined.
2020-01-14 06:13:30 +01:00
Xavier Delaruelle
d95a66233a script: move win-specific module.cmd file in script dir 2020-01-14 06:13:30 +01:00
Xavier Delaruelle
9ade952bea script: move all dist. and maint. scripts in a script dir 2020-01-12 13:31:21 +01:00