mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/install_fish_guess_idf_path' into 'master'
tools: install.fish: Modify method to get base directory (Github PR) Closes IDFGH-4926 See merge request espressif/esp-idf!13105
This commit is contained in:
commit
348cd99377
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set basedir $PWD
|
||||
set basedir (realpath (dirname (status -f)))
|
||||
|
||||
set -x IDF_PATH $basedir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user