build.cmd: fix cmd script syntax

windows-high-dpi
Alexander Iljin 2018-03-11 11:46:24 +01:00 committed by John Benediktsson
parent 8c6925294f
commit 2b1dc5a376
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ setlocal
: Check which branch we are on, or just assume master if we are not in a git repository
for /f %%z in ('git rev-parse --abbrev-ref HEAD') do set GIT_BRANCH=%%z
if %GIT_BRANCH% =="" (
GIT_BRANCH = "master"
if not defined GIT_BRANCH (
set GIT_BRANCH=master
)
if "%1"=="/?" (