aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabi-compliance-checker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi-compliance-checker.pl b/abi-compliance-checker.pl
index 44aef2f..bd08cdd 100755
--- a/abi-compliance-checker.pl
+++ b/abi-compliance-checker.pl
@@ -19829,7 +19829,7 @@ sub getSONAME($)
if(not $ObjdumpCmd) {
exitStatus("Not_Found", "can't find \"objdump\"");
}
- my $SonameCmd = "$ObjdumpCmd -x $Path 2>$TMP_DIR/null";
+ my $SonameCmd = "$ObjdumpCmd -x \"$Path\" 2>$TMP_DIR/null";
if($OSgroup eq "windows") {
$SonameCmd .= " | find \"SONAME\"";
}