Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into allow-no-utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Scott Berg committed Sep 21, 2023
2 parents 7a9e906 + 8e91fad commit 8212d84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/dist_source_me
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ 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..." \
>> ${DIST_SETUP_LOG}
Expand Down

0 comments on commit 8212d84

Please sign in to comment.