Skip to content

Commit

Permalink
Also allow an environment variable for the user prefs filename (full …
Browse files Browse the repository at this point in the history
…path)
  • Loading branch information
J. Scott Berg committed Sep 20, 2023
1 parent 32dc1e7 commit 050d40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/dist_source_me
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ func_set_bmad_env () {
echo -e "Sourcing User build preferences from util/dist_prefs..." \
>> ${DIST_SETUP_LOG}
source ${DIST_BASE_DIR}/util/dist_prefs
[[ -n "${BMAD_USER_PREFS}" ]] && [[ -r "${BMAD_USER_PREFS}" ]] && . ${BMAD_USER_PREFS}
[[ -r ${DIST_BASE_DIR}/util/user_prefs ]] && . ${DIST_BASE_DIR}/util/user_prefs

echo "Sourcing common build variable set..." \
Expand Down

0 comments on commit 050d40f

Please sign in to comment.