Files
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
..
2025-01-02 13:52:51 +09:00
2026-01-09 20:10:28 +09:00
2025-02-04 01:11:28 -05:00
2021-04-19 10:45:29 -04:00
2025-08-24 00:17:58 -04:00
2023-06-20 16:39:07 +02:00