You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backticks are now escaped to be used in environment variable values or in shell alias or shell function definition. This applies to Modules-Tcl but also to newer version of Modules, starting version 4.0.
To achieve the backtick shell mechanism when defining an environment variables, the exec Tcl command has to be used:
setenv CURRENT_DIR [exec pwd]
I will clarify this change in the diff v3 v4 document.
Backtick is not working in Modules Release Tcl 1.578
Modules version and configuration -- Modules Release Tcl 1.578
To Reproduce Error and debugging information
Steps to reproduce the behavior:
In direct shell
If we try this directly in shell backtick is working fine.
Working -- Modules Release Tcl 3.1.6
Same thing is working in other module version
Working in Module 3.1.6 version
The text was updated successfully, but these errors were encountered: