Fix wrong commit

This commit is contained in:
Vladimir Serbinenko 2014-09-21 18:18:03 +02:00
parent 0aece00c54
commit 5e42618e00
7 changed files with 9 additions and 15 deletions

View file

@ -23,7 +23,7 @@ while (<>) {
}
print " -s $2 $sections{$1}"
if ($sections{$1} ne '0x0' and $sections{$1} ne '');
if ($sections{$1} ne '0x0');
};
close (READELF);
print "\n";