mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
Merge branch 'bugfix/install_fish_exit_code' into 'master'
tools: install.fish catching error-code Closes IDFGH-5604 See merge request espressif/esp-idf!14557
This commit is contained in:
@@ -14,8 +14,7 @@ else
|
||||
end
|
||||
echo "Installing ESP-IDF tools"
|
||||
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install --targets=$TARGETS
|
||||
exit 1
|
||||
end
|
||||
or exit 1
|
||||
|
||||
echo "Installing Python environment and packages"
|
||||
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install-python-env
|
||||
|
Reference in New Issue
Block a user