]> granicus.if.org Git - esp-idf/commitdiff
cmake docs: Fix variable expansion when adding tools dir to PATH
authorAngus Gratton <angus@espressif.com>
Tue, 1 May 2018 06:42:35 +0000 (16:42 +1000)
committerAngus Gratton <gus@projectgus.com>
Tue, 1 May 2018 07:27:39 +0000 (17:27 +1000)
docs/en/get-started/add-idf_path-to-profile-cmake.rst

index 0f5cbcef17883e336152a98003970bc4986431bf..1ec8a79753410b5d682921e3f43bd8cf4a658fc2 100644 (file)
@@ -39,7 +39,7 @@ Linux and MacOS
 Set up ``IDF_PATH`` and add ``idf.py`` to the PATH by adding the following two lines to ``~/.profile`` file::
 
     export IDF_PATH=~/esp/esp-idf
-    export PATH="$PATH:'$IDF_PATH/tools'"
+    export PATH="$PATH:$IDF_PATH/tools"
 
 Log off and log in back to make this change effective.