aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals/SysCheck.pm
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-03-19 17:23:47 +0400
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-03-19 17:23:47 +0400
commit1bdef348cda66f0ff6a53fb14dc12c3fab146f75 (patch)
treef05858ec51fe9678406d2c30a20eda1c73b08d34 /modules/Internals/SysCheck.pm
parent2c0d7ad2352d01d53601d831dbfed4fcb72b8974 (diff)
downloadabi-compliance-checker-1bdef348cda66f0ff6a53fb14dc12c3fab146f75.tar.gz
ABI Compliance Checker 1.97
Diffstat (limited to 'modules/Internals/SysCheck.pm')
-rw-r--r--modules/Internals/SysCheck.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/Internals/SysCheck.pm b/modules/Internals/SysCheck.pm
index c4871bc..fcd09c2 100644
--- a/modules/Internals/SysCheck.pm
+++ b/modules/Internals/SysCheck.pm
@@ -298,7 +298,7 @@ sub cmpSystems($$$)
next;
}
my ($FV1, $FV2) = ($LV1."-".$SystemName1, $LV2."-".$SystemName2);
- my $ACC_compare = "perl $0 -l $LName -d1 \"$DPath1\" -d2 \"$DPath2\"";
+ my $ACC_compare = "perl $0 -binary -l $LName -d1 \"$DPath1\" -d2 \"$DPath2\"";
my $LReportPath = "compat_reports/$LName/abi_compat_report.html";
my $LReportPath_Full = $SYS_REPORT_PATH."/".$LReportPath;
$ACC_compare .= " -report-path \"$LReportPath_Full\"";
@@ -1641,7 +1641,7 @@ sub dumpSystem($)
next;
}
$DPath = cut_path_prefix($DPath, $ORIG_DIR);
- my $ACC_dump = "perl $0";
+ my $ACC_dump = "perl $0 -binary";
if($GroupByHeaders)
{ # header name is going here
$ACC_dump .= " -l $LName";