sbt/launcher-package
circlecrystalin 2f348a09b9
[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-01-19 14:37:08 -05:00
..
bin fix typo 2025-01-02 13:52:51 +09:00
citest avoid deprecated scala.App 2026-01-09 20:10:28 +09:00
integration-test [2.x] fix: Fixes the handling of special characters in dot files (#8558) 2026-01-19 14:37:08 -05:00
src fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 14:29:30 -05:00
upload Spelling (#8028) 2025-02-04 01:11:28 -05: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 [2.x] ci: Integrate launcher package (#8485) 2026-01-11 20:57:59 -05:00