Skip to content

Commit

Permalink
tool: fix install.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
suda-morris committed Mar 27, 2020
1 parent 0c1577f commit 39fd234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 (realpath (status --current-filename)/..)
set basedir $PWD

set -x IDF_PATH $basedir

Expand Down
1 change: 1 addition & 0 deletions tools/ci/executable-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ examples/storage/parttool/parttool_example.sh
examples/system/ota/otatool/get_running_partition.py
examples/system/ota/otatool/otatool_example.py
examples/system/ota/otatool/otatool_example.sh
install.fish
install.sh
tools/build_apps.py
tools/check_kconfigs.py
Expand Down

0 comments on commit 39fd234

Please sign in to comment.