From 5406b77932554d15b08a58d81339a4efdd6e2f0e Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 20 Apr 2020 10:11:01 -0700 Subject: [PATCH] docs: add a note about string quoting --- browser_patches/buildbots/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser_patches/buildbots/README.md b/browser_patches/buildbots/README.md index 895c299c1f6c7..a6ecce2abeda3 100644 --- a/browser_patches/buildbots/README.md +++ b/browser_patches/buildbots/README.md @@ -77,6 +77,8 @@ SET TELEGRAM_BOT_KEY= SET WEBKIT_BUILD_PATH= SET DEVENV="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.com" ``` +> **NOTE:** mind different quotes position in DEVENV="..." than in PATH (and WEBKIT_BUILD_PATH). This is important. + And right before the `REM Start shell.`, change `PATH` to export locally-installed node.js: ```bat SET "PATH=C:\Program Files\nodejs\;%PATH%"