mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24: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
|
end
|
||||||
echo "Installing ESP-IDF tools"
|
echo "Installing ESP-IDF tools"
|
||||||
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install --targets=$TARGETS
|
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install --targets=$TARGETS
|
||||||
exit 1
|
or exit 1
|
||||||
end
|
|
||||||
|
|
||||||
echo "Installing Python environment and packages"
|
echo "Installing Python environment and packages"
|
||||||
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install-python-env
|
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install-python-env
|
||||||
|
Reference in New Issue
Block a user