sbt/launcher-package/integration-test/src/test/scala
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
..
ExtendedRunnerTest.scala [1.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) (#8682) 2026-02-03 00:30:29 -05:00
RunnerMemoryScriptTest.scala fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 17:46:55 -05:00
RunnerScriptTest.scala [1.x] bport: Fix sbtopts files priority in sbt launch script (#8520) 2026-01-13 14:43:22 -05:00
ShellScriptUtil.scala [1.x] bport: Fix sbtopts files priority in sbt launch script (#8520) 2026-01-13 14:43:22 -05:00