From d4293e45ae5d349b8406977d54cb0d8345f97d71 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 18 Feb 2015 17:58:37 +0100 Subject: [PATCH] modulerc: not used any more, deleted --- scripts/Bootstrap/modulerc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 scripts/Bootstrap/modulerc 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 -}