From: Don Armstrong Date: Mon, 27 Jul 2009 23:14:26 +0000 (-0700) Subject: * use found instead of version in set_found inside of reassign X-Git-Tag: release/2.6.0~456^2~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f0a45d7d3146ad8406b5bb1b11934852610e5f2f;hp=4dc8cbf8ed9c0f26af742821022158ec211012da;p=debbugs.git * use found instead of version in set_found inside of reassign --- diff --git a/scripts/service b/scripts/service index 429a7cd..40d8931 100755 --- a/scripts/service +++ b/scripts/service @@ -555,8 +555,8 @@ END # to set_found if (defined($version) && length $version) { set_found(@common_control_options, - bug => $ref, - version => $version, + bug => $ref, + found => $version, ); } };