diff -Nur e-smith-devtools-2.6.0/genfilelist e-smith-devtools-2.6.0_bz9750/genfilelist --- e-smith-devtools-2.6.0/genfilelist 2016-05-11 22:50:34.394307844 +0200 +++ e-smith-devtools-2.6.0_bz9750/genfilelist 2016-08-23 10:35:02.702875246 +0200 @@ -206,7 +206,7 @@ if (-d and defined $::dirperms{$path}); warn ("Invalid file permissions for symlink: $path\n") if (-f and defined $::fileperms{$path}); - print "$path\n"; + print "\"$path\"\n"; } elsif (-d) { @@ -247,11 +247,11 @@ { print "$::fileperms{$dir} "; } - print "$path\n"; + print "\"$path\"\n"; } } else { - print "$path\n"; + print "\"$path\"\n"; } }