Skip to content

Commit

Permalink
Use bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jul 19, 2023
1 parent 457aac2 commit b6eefff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/main.toit
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ create_makefile_ dir/string --toit_root/string --build_path/string --chip/string
// This doesn't work if the paths '"' characters.
// Should be pretty rare.
file.write_content --path="$dir/Makefile" """
SHELL := bash
.SHELLFLAGS := -eu -o pipefail -c
IDF_PATH := $idf_path
IDF_PY := \$(IDF_PATH)/tools/idf.py
TOIT_ROOT := $absolute_toit_root
Expand Down

0 comments on commit b6eefff

Please sign in to comment.