summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20110930/22cb56d4/attachment.bin
blob: 2a953f8ed2d1a1a549dbcb8336f4430417e0eacb (plain)
1
2
3
4
5
6
7
8
9
10
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,