Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
export: avoid error on unbound variable
I the shell has `set -u` (to abort on unbound variable), sourcing export.sh currently fails when IDF_EXPORT_QUIET or IDF_PATH is not set: > /path/to/esp-idf/export.sh:16: IDF_EXPORT_QUIET: unbound variable This commit sets a default empty value to those variable, as done in 1673183 (which forgot IDF_PATH as it's usually set, the other variable landed later in the file).
- Loading branch information