"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "init/csh.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.

csh.in  (modules-5.1.1.tar.bz2):csh.in  (modules-5.2.0.tar.bz2)
# 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)
eval "`@TCLSH@ @libexecdir@/modulecmd.tcl @SHELLNAME@ autoinit`" eval "`@TCLSH@ '@libexecdir@/modulecmd.tcl' @SHELLNAME@ autoinit`"
# no environment alteration if the above autoinit command failed
if ( $status == 0 ) then
if ( $?tcsh && $?prompt && -r @initdir@/tcsh_completion ) then
source @initdir@/tcsh_completion
endif
@setbinpath@
@setbinpath@ if ( ":${PATH}:" !~ '*:@bindir@:*' ) then
@setbinpath@ if ( "$PATH" == '' ) then
@setbinpath@ setenv PATH @bindir@
@setbinpath@ else
@setbinpath@@prependbinpath@ setenv PATH "@bindir@:$PATH"
@setbinpath@@appendbinpath@ setenv PATH "${PATH}:@bindir@"
@setbinpath@ endif
@setbinpath@ endif
@setbinpath@
@setmanpath@ if ( $?MANPATH ) then
@setmanpath@ set manpath = $MANPATH
@setmanpath@ else
@setmanpath@@usemanpath@ set manpath = `manpath`
@setmanpath@@notusemanpath@ set manpath = ''
@setmanpath@ # initialize MANPATH if not set with a value that preserves ma
npath
@setmanpath@ # system configuration even after addition of paths to this va
riable
@setmanpath@ # by modulefiles
@setmanpath@ setenv MANPATH :
@setmanpath@ endif
@setmanpath@ if ( ":${manpath}:" !~ '*:@mandir@:*' ) then
@setmanpath@ if ( "$MANPATH" == '' || "$MANPATH" == ':' ) then
@setmanpath@ set mlpathsep = ''
@setmanpath@ else
@setmanpath@ set mlpathsep = :
@setmanpath@ endif
@setmanpath@@prependmanpath@ setenv MANPATH "@mandir@$mlpathsep$MANPATH"
@setmanpath@@appendmanpath@ setenv MANPATH "$MANPATH$mlpathsep@mandir@"
@setmanpath@ unset mlpathsep
@setmanpath@ endif
@setmanpath@ unset manpath
endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 0 lines changed or added

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