From 7c27f6e03f71adc9eb400d407b2c421ba691e26d Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 28 Aug 2000 20:54:54 +0000 Subject: [PATCH] Fixed one minor bug related to the previous change involving having library stripping turned off. --- gBootRoot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gBootRoot b/gBootRoot index 6a833ed..5df70bc 100644 --- a/gBootRoot +++ b/gBootRoot @@ -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