Skip to content

style: normalize release.sh to LF endings (HPC-safe)#610

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/crlf-normalize-exec-scripts
Jul 14, 2026
Merged

style: normalize release.sh to LF endings (HPC-safe)#610
Jammy2211 merged 1 commit into
mainfrom
feature/crlf-normalize-exec-scripts

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

release.sh had CRLF line endings — a CRLF shebang breaks execution on HPC/Linux. This normalizes it to LF and adds a .gitattributes rule (*.sh eol=lf, the file was previously empty) to keep shell scripts LF.

Line-ending change only — verified with git diff --ignore-cr-at-eol (sole content change is .gitattributes).

🤖 Generated with Claude Code

release.sh had CRLF endings; a CRLF shebang breaks execution on HPC/Linux.
Normalize to LF and pin via .gitattributes (*.sh eol=lf). Line-ending change
only — no content edits.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label Jul 14, 2026
@Jammy2211 Jammy2211 merged commit aef7be6 into main Jul 14, 2026
4 checks passed
@Jammy2211 Jammy2211 deleted the feature/crlf-normalize-exec-scripts branch July 14, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending-release PR queued for the next release build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant