From 5c1b0bd433114410aab21731d6b2c5dcd0cc41b6 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Wed, 22 May 2019 23:39:26 +0800 Subject: [PATCH] chore(build.bat): extra quotes in path variable THIRDPARTY --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 78139164b3..6a85c92449 100644 --- a/build.bat +++ b/build.bat @@ -83,7 +83,7 @@ shift goto parse_cmdline_options :end_parsing_cmdline_options -set THIRDPARTY="%RIME_ROOT%"\thirdparty +set THIRDPARTY=%RIME_ROOT%\thirdparty rem set CURL=%THIRDPARTY%\bin\curl.exe rem set DOWNLOAD="%CURL%" --remote-name-all