Skip to content

Commit a1a1b9e

Browse files
Merge branch '7.1.9' into 7.2.0
2 parents 5a26a52 + 403f64e commit a1a1b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FOR /F "skip=2 delims=" %%i IN (UmbracoVersion.txt) DO IF NOT DEFINED comment SE
1212

1313
REM If there's arguments on the command line overrule UmbracoVersion.txt and use that as the version
1414
IF [%1] NEQ [] (SET release=%1)
15-
IF [%2] NEQ [] (SET comment=%2) ELSE (SET "comment=")
15+
IF [%2] NEQ [] (SET comment=%2) ELSE (IF [%1] NEQ [] (SET "comment="))
1616

1717
SET version=%release%
1818

0 commit comments

Comments
 (0)