Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

Fix equal sign handling for -D#290

Merged
eed3si9n merged 1 commit intosbt:masterfrom
eed3si9n:wip/quote2
Sep 25, 2019
Merged

Fix equal sign handling for -D#290
eed3si9n merged 1 commit intosbt:masterfrom
eed3si9n:wip/quote2

Conversation

@eed3si9n
Copy link
Copy Markdown
Member

@eed3si9n eed3si9n commented Sep 25, 2019

Fixes sbt/sbt#2695
By the time the arguments are passed to a batch script,
it seems like is parsed away.
for /F did not work since it would not handle double quoted
paths that include whitespaces.
This adds special handling for -D parameters only.

/cc @er1c

Fixes sbt/sbt#2695
By the time the arguments are passed to a batch script,
it seems like  is parsed away.
for /F did not work since it would not handle double quoted
paths that include whitespaces.
This adds special handling for -D parameters only.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

equal (=) appearing passed in as batch argument requires quotation on Windows

1 participant