]> git.ipfire.org Git - thirdparty/man-pages.git/commit
src/bin/duffman: Always read(1) -r
authorAlejandro Colomar <alx@kernel.org>
Thu, 9 Jan 2025 12:33:43 +0000 (13:33 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 11 Jan 2025 19:00:57 +0000 (20:00 +0100)
commitf2106eaa08d008652bf9cc51253a8da46b94df81
treedb87232df2c13451f93d5a732fef6f385efa26f5
parent3977fb05c8075fa3701e40fc9bd465d3aafb116e
src/bin/duffman: Always read(1) -r

In src/bin/duffman line 45:
| while read f; do \
        ^--^ SC2162 (info): read without -r will mangle backslashes.

Reported-by: shellcheck(1)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/bin/duffman