sbt/launcher-package
circlecrystalin 02cd20e928 [2.x] fix: Fixes the handling of special characters in dot files (#8558)
- Replace 'eval echo $line' with 'printf "%s\n" "$line"' in loadConfigFile()
- Prevents shell expansion of special characters like |, *, &, etc.
- Fixes issue where properties with pipes, wildcards, and ampersands
  caused 'command not found' or 'unexpected' errors
- Add test to verify special characters are handled correctly on all platforms
2026-02-07 01:58:05 -05:00
..
bin move to launcher-package/ 2021-04-19 10:45:29 -04:00
citest Test using JDK 25 2025-09-28 05:53:40 -04:00
integration-test [2.x] fix: Fixes the handling of special characters in dot files (#8558) 2026-02-07 01:58:05 -05:00
src [1.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) (#8682) 2026-02-03 00:30:29 -05:00
upload move to launcher-package/ 2021-04-19 10:45:29 -04:00
CONTRIBUTING.md move to launcher-package/ 2021-04-19 10:45:29 -04:00
LICENSE ci: Split server-test 2025-08-24 00:17:58 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
build.sbt sbt 1.12.2 2026-02-04 00:23:22 -05:00