Skip to content

Commit

Permalink
Fix breeze redirect on macOS (#14506)
Browse files Browse the repository at this point in the history
(cherry picked from commit f9cc775)
  • Loading branch information
vemikhaylov authored and potiuk committed Mar 3, 2021
1 parent 247af49 commit 76c249e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breeze
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ AIRFLOW_SOURCES="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
if [[ ${BREEZE_REDIRECT=} == "" ]]; then
mkdir -p "${AIRFLOW_SOURCES}"/logs
export BREEZE_REDIRECT="true"
set +u
"${0}" "${@}" 2>&1 | tee "${AIRFLOW_SOURCES}"/logs/breeze.out
set -u
exit
fi

Expand Down

0 comments on commit 76c249e

Please sign in to comment.