Skip to content

Commit

Permalink
corrected default work/log directory
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-bailey committed Aug 22, 2024
1 parent 9d4c624 commit 0387b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_gpio-id_check
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [[ ! -f $LAYOUT_FILE ]]; then
exit 2
fi

echo "WORK_ROOT : ${WORK_ROOT:=$(pwd)/$TOP_SOURCE}"
echo "WORK_ROOT : ${WORK_ROOT:=$(pwd)/$TOP_LAYOUT}"
echo "LOG_ROOT : ${LOG_ROOT:=$WORK_ROOT}"
export LOG_ROOT WORK_ROOT

Expand Down

0 comments on commit 0387b93

Please sign in to comment.