1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

Fixed one minor bug related to the previous change involving having library stripping turned off.

This commit is contained in:
freesource 2000-08-28 20:54:54 +00:00
parent 3006031c25
commit 7c27f6e03f

View File

@ -857,7 +857,9 @@ elsif (defined $container[0] && defined $container[1] &&
: ($container[7] = $bin_strip_check->get_active());
!$container[7] ? ($container[7] = 4) : ($container[7] = 3);
$obj_count == 0 ? ($container[8] = 5) : ($container[8] = 6);
if ($container[6] == 1) {
$obj_count == 0 ? ($container[8] = 5) : ($container[8] = 6);
}
if (@original_container) { # defined array deprecate Perl 5.6 - zas@metaconcept.com
# a hash check isn't perfect for two values which are the same