mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Add default IDF_PATH detection to export.fish
Closes https://github.com/espressif/esp-idf/pull/6814
This commit is contained in:
parent
203c3e6e1c
commit
5a646b8067
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user