]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/windows_install_paths' into 'master'
authorAngus Gratton <angus@espressif.com>
Thu, 30 Mar 2017 02:51:01 +0000 (10:51 +0800)
committerAngus Gratton <angus@espressif.com>
Thu, 30 Mar 2017 02:51:01 +0000 (10:51 +0800)
commit7522b5342320d73036a54501b1773889ecd36c05
treeea512a3bfb9b30be4880b18cc23380b47c12581e
parent007061229672f7f82015e2ed5f3cec1de3322252
parentc0fb62531e34aace1afd7491a9a6ad5713aba934
Merge branch 'bugfix/windows_install_paths' into 'master'

Fix expansion of PATH on Windows setup

Was accidentally expanding in context of setup script, not at runtime.

See merge request !624