Skip to content

Fix funny filenames #56

Merged
merged 2 commits into from May 10, 2023
Merged

Fix funny filenames #56

merged 2 commits into from May 10, 2023

Commits on May 10, 2023

  1. filelist2content: Accept backslash in filenames

    Use `read -r` to avoid interpreting backslash when reading the file
    list.
    donald committed May 10, 2023
    Copy the full SHA
    4f728ff View commit details
    Browse the repository at this point in the history
  2. 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.
    donald committed May 10, 2023
    Copy the full SHA
    b091525 View commit details
    Browse the repository at this point in the history