mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix install.fish
install.fish script didn't catch error exit code from idf_tools.py. Now it does. Signed-off-by: Marek Fiala <marek.fiala@espressif.com> Closes: https://github.com/espressif/esp-idf/pull/7325
This commit is contained in:
parent
5639b6888d
commit
0f15c28a84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user