Explorar o código

Change the script "modules" name to avoid confusion with modules folder

Pierre-Yves Barriat %!s(int64=7) %!d(string=hai) anos
pai
achega
fa1a040623
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      bashrc

+ 2 - 2
bashrc

@@ -13,8 +13,8 @@ configure_ecearth()
     ssh frontal1
   fi
   export EC_DEP=/projects/acad/ecearth/opt
-  if [ -f $EC_DEP/modules ]; then
-    source $EC_DEP/modules
+  if [ -f $EC_DEP/modules.load ]; then
+    source $EC_DEP/modules.load
   fi
 }