Skip to content

Commit

Permalink
also define WORK_LMT_BASE so we have the original one if sessions are…
Browse files Browse the repository at this point in the history
… used
  • Loading branch information
teuben committed Jan 9, 2025
1 parent f60a306 commit 21e23af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lmtoy_start.csh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions lmtoy_start.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21e23af

Please sign in to comment.