From 21e23afdb7fa441378a965a72801fcc48c34a731 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Thu, 9 Jan 2025 16:14:09 -0500 Subject: [PATCH] also define WORK_LMT_BASE so we have the original one if sessions are used --- lmtoy_start.csh.in | 5 +++-- lmtoy_start.sh.in | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lmtoy_start.csh.in b/lmtoy_start.csh.in index 0993222..dde8a14 100644 --- a/lmtoy_start.csh.in +++ b/lmtoy_start.csh.in @@ -24,8 +24,9 @@ endif # if you want to change this, edit lmtoy_local.csh instead, or use configure correctly # or for personal settings, use ~/.lmtoy_start.csh -setenv DATA_LMT @DATA_LMT@ -setenv WORK_LMT @WORK_LMT@ +setenv DATA_LMT @DATA_LMT@ +setenv WORK_LMT @WORK_LMT@ +setenv WORK_LMT_BASE @WORK_LMT@ setenv CORR_CAL_DIR $DATA_LMT/rsr/cal foreach f ($LMTOY/lmtoy_local.sh $HOME/.lmtoy_start.sh) diff --git a/lmtoy_start.sh.in b/lmtoy_start.sh.in index bcd858d..b734036 100644 --- a/lmtoy_start.sh.in +++ b/lmtoy_start.sh.in @@ -40,6 +40,7 @@ fi # or for personal settings, use ~/.lmtoy_start.sh export DATA_LMT=@DATA_LMT@ export WORK_LMT=@WORK_LMT@ +export WORK_LMT_BASE=@WORK_LMT@ export CORR_CAL_DIR=$DATA_LMT/rsr/cal for f in $LMTOY/lmtoy_local.sh $HOME/.lmtoy_start.sh; do