Skip to content

Commit 5c1b0bd

Browse files
committed
chore(build.bat): extra quotes in path variable THIRDPARTY
1 parent 02542e6 commit 5c1b0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ shift
8383
goto parse_cmdline_options
8484
:end_parsing_cmdline_options
8585

86-
set THIRDPARTY="%RIME_ROOT%"\thirdparty
86+
set THIRDPARTY=%RIME_ROOT%\thirdparty
8787

8888
rem set CURL=%THIRDPARTY%\bin\curl.exe
8989
rem set DOWNLOAD="%CURL%" --remote-name-all

0 commit comments

Comments
 (0)