Commit Graph

1 Commits

Author SHA1 Message Date
ZiYun Liu a915d298f2
fix: force LF line endings for shell scripts (#1017)
docker/entrypoint.sh runs under dash inside the container image. A Windows checkout with core.autocrlf=true rewrites it to CRLF, and dash aborts at startup because the carriage return becomes part of the -e flag argument.
2026-08-19 11:57:20 -04:00