]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2005-07-18 11:52:33 by cjwatson]
authorcjwatson <>
Mon, 18 Jul 2005 18:52:33 +0000 (10:52 -0800)
committercjwatson <>
Mon, 18 Jul 2005 18:52:33 +0000 (10:52 -0800)
allow versioned 'found' on open bugs

scripts/service.in

index 1882bc561806957227762ca8f4725bb2b9c80e42..926e4476162108178d09025f4b86e0ece9720772 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: service.in,v 1.103 2005/07/18 02:22:49 cjwatson Exp $
+# $Id: service.in,v 1.104 2005/07/18 11:52:33 cjwatson Exp $
 #
 # Usage: service <code>.nn
 # Temps:  incoming/P<code>.nn
@@ -351,7 +351,7 @@ END
         $ref= $1;
         $version= $2;
         if (&setbug) {
-            if (!length($data->{done})) {
+            if (!length($data->{done}) and not defined($version)) {
                 &transcript("$gBug is already open, cannot reopen.\n\n");
                 &nochangebug;
             } else {