diff --git a/scripts/Bootstrap/modulerc b/scripts/Bootstrap/modulerc deleted file mode 100644 index f7a7a28..0000000 --- a/scripts/Bootstrap/modulerc +++ /dev/null @@ -1,8 +0,0 @@ -#%Module1.0 - -setenv PSI_LIBMODULES "$env(PSI_PREFIX)/$env(PSI_CONFIG_DIR)/libmodules.tcl" - -if { ! [info exists env(PSI_LIBMODULES) ] } { - puts stderr "Module cannot be loaded, because the shell environment is not setup correctly." - exit 42 -}