maven-deploy.bat: :Fix URL comparison for empty url argument

This commit is contained in:
Nicolai Ehemann 2017-12-01 10:52:19 +01:00
parent 90ac40168d
commit 529648cca2

View File

@ -30,7 +30,7 @@ SHIFT
GOTO parse
:endparse
IF %URL%=="" (
IF "%URL%"=="" (
ECHO Wrong usage. Run with -h or --help argument for details.
GOTO end
)