Skip to content

Commit

Permalink
Fixed typo: {tsmp2_env} -> ${tsmp2_env}
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Dec 3, 2024
1 parent df0c938 commit c82093a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tsmp2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ if [[ -z "${tsmp2_env}" && ($SYSTEMNAME = "jurecadc" || $SYSTEMNAME = "juwels" |
else
tsmp2_env="${tsmp2_env}"
fi # tsmp2_env
if [ ! -z "{tsmp2_env}" ]; then
if [ ! -z "${tsmp2_env}" ]; then
echo "tsmp2_env=${tsmp2_env}"
message "source environment"
source $tsmp2_env
fi
Expand Down

0 comments on commit c82093a

Please sign in to comment.