sbt/launcher-package/src
eugene yokota d29e096a37
[1.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) (#8682)
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
2026-02-03 00:30:29 -05:00
..
debian move to launcher-package/ 2021-04-19 10:45:29 -04:00
linux/usr/share move to launcher-package/ 2021-04-19 10:45:29 -04:00
universal [1.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) (#8682) 2026-02-03 00:30:29 -05:00
windows Fix line endings in msi 2021-11-19 20:41:39 -05:00