mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
Merge branch 'feature/abort_on_install_fail' into 'main'
tools: abort install steps on failure See merge request app-frameworks/esp-matter!160
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
basedir=$(dirname "$0")
|
||||
ESP_MATTER_PATH=$(cd "${basedir}"; pwd)
|
||||
export ESP_MATTER_PATH
|
||||
|
||||
Reference in New Issue
Block a user