Skip to content

Commit

Permalink
Merge branch 'bugfix/install_fish_guess_idf_path' into 'master'
Browse files Browse the repository at this point in the history
tools: install.fish: Modify method to get base directory (Github PR)

Closes IDFGH-4926

See merge request espressif/esp-idf!13105
  • Loading branch information
igrr committed Apr 12, 2021
2 parents b51a7e0 + f5f0648 commit 348cd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env fish

set basedir $PWD
set basedir (realpath (dirname (status -f)))

set -x IDF_PATH $basedir

Expand Down

0 comments on commit 348cd99

Please sign in to comment.