Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filelist2content: Do not strip whitespace from filenames
Set IFS to the empty string when reading the filenames to avoid leading or trailing whitespace to be stripped from the name. It's not unlikely that other components of bee fail on filenames with trailing spaces, too, but that is not a reason to keep the bug in this tool.