mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'contrib/github_pr_9375' into 'master'
Tools: resolve symlinks in IDF_PATH when installing (GitHub PR) Closes IDFGH-7846 See merge request espressif/esp-idf!19119
This commit is contained in:
commit
2020e77743
@ -4,7 +4,7 @@ set -e
|
||||
set -u
|
||||
|
||||
basedir=$(dirname "$0")
|
||||
IDF_PATH=$(cd "${basedir}"; pwd)
|
||||
IDF_PATH=$(cd "${basedir}"; pwd -P)
|
||||
export IDF_PATH
|
||||
|
||||
echo "Detecting the Python interpreter"
|
||||
|
Loading…
x
Reference in New Issue
Block a user