mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
Update initialization, profile and completion scripts to enclose all references to the installation paths. Enclosing modulecmd.tcl installation path this way is not effective with the quarantine mechanism that implies a double shell code evaluation. So it is advised not to install Modules in a path containing a whitespace character if the quarantine mechanism is needed.
6 lines
81 B
Tcsh
6 lines
81 B
Tcsh
if ($?tcsh) then
|
|
source '@initdir@/tcsh'
|
|
else
|
|
source '@initdir@/csh'
|
|
endif
|