mirror of https://github.com/sbt/sbt.git
Windows CMD interprets parentheses as special syntax for command grouping. When the project directory path contains parentheses (e.g., in username), the batch script fails with ') was unexpected at this time.' error. This fix stores the current directory in a variable using delayed expansion (!CURRENT_DIR!) instead of using %CD% directly, which properly handles paths containing parentheses and other special characters. Fixes #8644 |
||
|---|---|---|
| .. | ||
| debian | ||
| linux/usr/share | ||
| universal | ||
| windows | ||