Skip to content

Commit

Permalink
add_path.sh: Fix reuse the script
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak authored and projectgus committed Nov 28, 2018
1 parent b7f56e8 commit 983cdcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions add_path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
if [ -z ${IDF_PATH} ]; then
echo "IDF_PATH must be set before including this script."
else
IDF_ADD_PATHS_EXTRAS=
IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/esptool_py/esptool"
IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/espcoredump"
IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/partition_table/"
Expand Down

0 comments on commit 983cdcb

Please sign in to comment.