"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "init/r.R.in" between
modules-5.1.1.tar.bz2 and modules-5.2.0.tar.bz2

About: The Environment Modules package provides for the dynamic modification of a user’s environment via modulefiles.

r.R.in  (modules-5.1.1.tar.bz2):r.R.in  (modules-5.2.0.tar.bz2)
skipping to change at line 25 skipping to change at line 25
mlre <- paste0(mlre, mlv, "='", Sys.getenv(mlrv), "' ") mlre <- paste0(mlre, mlv, "='", Sys.getenv(mlrv), "' ")
} }
} }
if (mlre != '') { if (mlre != '') {
mlre <- paste0('env ', mlre, '__MODULES_QUARANTINE_SET=1 ') mlre <- paste0('env ', mlre, '__MODULES_QUARANTINE_SET=1 ')
} }
} }
# define module command and surrounding initial environment (default value # define module command and surrounding initial environment (default value
# for MODULESHOME, MODULEPATH, LOADEDMODULES and parse of init config files) # for MODULESHOME, MODULEPATH, LOADEDMODULES and parse of init config files)
cmdpipe <- pipe(paste0(mlre, '@TCLSH@ @libexecdir@/modulecmd.tcl r autoinit')) cmdpipe <- pipe(paste0(mlre, '@TCLSH@ "@libexecdir@/modulecmd.tcl" r autoinit'))
eval(parse(cmdpipe)) eval(parse(cmdpipe))
close(cmdpipe) close(cmdpipe)
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)