From: cjwatson <> Date: Mon, 18 Jul 2005 18:52:33 +0000 (-0800) Subject: [project @ 2005-07-18 11:52:33 by cjwatson] X-Git-Tag: release/2.6.0~697 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3d8ed270a3cc422781eeb5cba800673f20bdf247;p=debbugs.git [project @ 2005-07-18 11:52:33 by cjwatson] allow versioned 'found' on open bugs --- diff --git a/scripts/service.in b/scripts/service.in index 1882bc56..926e4476 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -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 .nn # Temps: incoming/P.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 {