sbt/launcher-package/src
PandaMan 461e12d497
[2.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656)
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-01-29 16:51:06 -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 [2.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) 2026-01-29 16:51:06 -05:00
windows Fix line endings in msi 2021-11-19 20:41:39 -05:00