diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment.bin')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment.bin | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment.bin b/zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment.bin new file mode 100644 index 000000000..2a953f8ed --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment.bin @@ -0,0 +1,11 @@ +--- /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, |