Skip to content

Conversation

Kangie
Copy link
Contributor

@Kangie Kangie commented Oct 25, 2024

Also make all (non-binary) files meet the POSIX definition of files again.

- Also make all files 'files' again (posixly)

Signed-off-by: Matt Jolly <kangie@gentoo.org>
@Kangie
Copy link
Contributor Author

Kangie commented Oct 25, 2024

In case we need to run this again:

git ls-files -z | while IFS= read -rd '' f; do if file --brief --mime-encoding "$f" | grep -qv binary; then tail -c1 < "$f" | read -r _ || echo >> "$f"; fi; done

@ThomasAdam ThomasAdam added the area:build Relates to compiling/buildsystem of fvwm label Oct 25, 2024
@ThomasAdam ThomasAdam added this to the 1.1.1 milestone Oct 25, 2024
@ThomasAdam ThomasAdam merged commit 4f89ed8 into fvwmorg:main Oct 25, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:build Relates to compiling/buildsystem of fvwm
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants