-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
Backtick is not working in Modules Release Tcl 1.578
Modules version and configuration -- Modules Release Tcl 1.578
$ > module --version
Modules Release Tcl 1.578
$ >To Reproduce Error and debugging information
Steps to reproduce the behavior:
$ > vi opensource
Copyright (C) 2009-2018. All rights reserved.
#%Module
prepend-path PATH /opt/opensource/bin
prepend-path LD_LIBRARY_PATH /opt/opensource/lib64:
setenv CURRENT_DIR `pwd`$ > module load opensource
$ > echo $CURRENT_DIR
`pwd`
$ > In direct shell
If we try this directly in shell backtick is working fine.
$ > setenv CURRENT_DIR `pwd`
$ > echo $CURRENT_DIR
/home/john
$ > Working -- Modules Release Tcl 3.1.6
Same thing is working in other module version
$ > module --version
Modules Release Tcl 3.1.6
$ >Working in Module 3.1.6 version
$ > module load opensource
$ > echo $CURRENT_DIR
/home/john
$ > Metadata
Metadata
Assignees
Labels
No labels