mirror of https://github.com/sbt/sbt.git
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. |
||
|---|---|---|
| .. | ||
| project | ||
| test3 | ||
| Hello.scala | ||
| build.sbt | ||
| test.bat | ||
| test.sh | ||