Skip to content

Commit

Permalink
chore(build.bat): extra quotes in path variable THIRDPARTY
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed May 22, 2019
1 parent 02542e6 commit 5c1b0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c1b0bd

Please sign in to comment.