Skip to content

Commit

Permalink
fix: run_build_tool.sh not passing through exit code (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp authored Oct 22, 2023
1 parent 2b67021 commit b5a5202
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_build_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,7 @@ if [ $exit_code == 253 ]; then
"$DART" pub get --no-precompile
"$DART" compile kernel bin/build_tool_runner.dart
"$DART" bin/build_tool_runner.dill "$@"
exit_code=$?
fi

exit $exit_code

0 comments on commit b5a5202

Please sign in to comment.