/etc/scl
NameSizeModeActions
conf/-0755rm
modulefiles/-0755rm
prefixes/-0755rm
func_scl.csh2480644editdlrm
Edit: /etc/scl/func_scl.csh (248B)
if ( "$1" == "load" || "$1" == "unload" ) then # It is possible that function module is not declared in time of this # declaration so eval is used instead of direct calling of function module eval "module $*:q" else /usr/bin/scl $*:q endif