--- /usr/share/spec-helper/check_elf_files.orig 2011-09-30 00:10:33.644550738 +0200 +++ /usr/share/spec-helper/check_elf_files 2011-09-30 00:09:02.980027748 +0200 @@ -46,7 +46,7 @@ # TODO: we should write a binding for libfile... sub expensive_test { my ($file) = @_; - my $type = `file -- $file`; + my $type = `file -- "${file}"`; } # Check if a file is an elf binary, shared library, or static library,