Package: whohas
Version: 0.21-3
Severity: minor
Tags: patch
Hi,
Thanks for the whohas script. There's a very minor bug:
whohas --no-threads -d Fedora finds nothing
whohas --no-threads -d Ubuntu searchs Fedora too
- if ($ubuntu_bool == 1) {
+ if ($fedora_bool == 1) {
&fedora( $ARGV[1]);
}
Regards,
Steve
commit 9bb5ba7bcc71ecb2b7d03d6a50b641deb08a9331
Author: Steve Cotton <[email protected]>
Date: Tue Dec 30 11:57:56 2008 +0000
Stop --no-threads -d Ubuntu searching Fedora
diff --git a/whohas b/whohas
index 7815980..7d218a6 100755
--- a/whohas
+++ b/whohas
@@ -174,7 +174,7 @@ if (@ARGV == 1) {
if ($debian_bool == 1) {
&debian( $ARGV[1]);
}
- if ($ubuntu_bool == 1) {
+ if ($fedora_bool == 1) {
&fedora( $ARGV[1]);
}
if ($fink_bool == 1) {