소스 검색

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

Pierre-Yves Barriat 7 년 전
부모
커밋
fa1a040623
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
 }