sbt/launcher-package/integration-test
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 move to launcher-package/ 2021-04-19 10:45:29 -04:00
src/test/scala [2.x] fix: Fixes the handling of special characters in dot files (#8558) 2026-01-19 14:37:08 -05:00