diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20110930/22cb56d4 | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20110930/22cb56d4')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment-0001.bin | 11 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment.bin | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment-0001.bin new file mode 100644 index 000000000..2a953f8ed --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment-0001.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, 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, |