Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Fix usage of # as comment marker in batch file #60

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions millw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ set MILL=%MILL_DOWNLOAD_PATH%\!MILL_VERSION!.bat

if not exist "%MILL%" (
set VERSION_PREFIX=%MILL_VERSION:~0,4%
# Since 0.5.0
rem Since 0.5.0
set DOWNLOAD_SUFFIX=-assembly
# Since 0.11.0
rem Since 0.11.0
set DOWNLOAD_FROM_MAVEN=1
if [!VERSION_PREFIX!]==[0.0.] (
set DOWNLOAD_SUFFIX=
Expand Down
Loading