-
Committer:
Teddy Hogeborn
-
Date:
2026-05-17 20:20:09 UTC
-
Revision ID:
teddy@recompile.se-20260517202009-tnh5ptu1492xbc66
Use "IFS= read" in shell scripts
In shell scripts, when using the "read" built-in, prefix it with IFS=
whenever we want to avoid stripping white space from start and end of
input.
* initramfs-tools-hook: Use "IFS= read" when reading file names from
network hooks.