Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #56 from mariux64/fix-funny-filenames
Fix funny filenames
  • Loading branch information
donald committed May 10, 2023
2 parents f3a9a54 + b091525 commit a308312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filelist2content.sh.in
Expand Up @@ -64,7 +64,7 @@ function do_f2c() {
exit 1
fi

while read filename ; do
while IFS='' read -r filename ; do
data=$(stat --format "$(get_format_string)" "${root}${filename}")

if [ "$?" -gt 0 ] ; then
Expand Down

0 comments on commit a308312

Please sign in to comment.