aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck_elf_files2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_elf_files b/check_elf_files
index 78ef70a..9a67fb9 100755
--- a/check_elf_files
+++ b/check_elf_files
@@ -46,7 +46,7 @@ sub check_missing_or_unused_libs {
# 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,