Skip to content

Commit

Permalink
package.cmd: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 22, 2020
1 parent 409bcf8 commit cd14149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/package.cmd
Expand Up @@ -28,7 +28,7 @@ if "%PACKAGENAME%"=="" goto usage
if "%ARCH%"=="" goto usage
if not "%SHA%"=="" set SHA=-%SHA%
if "%SITE%"=="" set SITE=qgis.org
if "%BUILDNAME%=="" set BUILDNAME=%PACKAGENAME%-%VERSION%%SHA%-Release-VC14-%ARCH%
if "%BUILDNAME%"=="" set BUILDNAME=%PACKAGENAME%-%VERSION%%SHA%-Release-VC14-%ARCH%

set BUILDDIR=%CD%\build-%PACKAGENAME%-%ARCH%
if not exist "%BUILDDIR%" mkdir %BUILDDIR%
Expand Down

0 comments on commit cd14149

Please sign in to comment.