maven-deploy.bat: :Fix URL comparison for empty url argument
This commit is contained in:
parent
90ac40168d
commit
529648cca2
@ -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
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user