https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6609
--- Comment #24 from Warren Togami <[email protected]> 2011-05-30 21:52:04 UTC --- > + if ($output =~ /-\d+: _lib(dir)?\t(.*)$/) { > + if ($2 && $2 =~ /64/) { > + $x64_bit_lib_test++; > + } This works on RHEL6 x86_64, but I would be more comfortable narrowing it. In retrospect, there is no reason to test both _lib and _libdir. Only one is fine. And I would be more comfortable explicitly looking for "lib64" instead of just "64". Otherwise, +1. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
