Add default IDF_PATH detection to export.fish

Closes https://github.com/espressif/esp-idf/pull/6814
This commit is contained in:
Alexander Grin 2021-04-01 20:03:16 +03:00 committed by Marek Fiala
parent 203c3e6e1c
commit 5a646b8067

View File

@ -7,8 +7,8 @@ end
function __main
if not set -q IDF_PATH
echo "IDF_PATH must be set before sourcing this script"
return 1
set -x IDF_PATH (cd (dirname (status -f)); and pwd)
echo "Chosen IDF_PATH: $IDF_PATH"
end
set script_dir (cd (dirname (status -f)); and pwd)