From: Don Armstrong Date: Sun, 25 Mar 2012 23:00:51 +0000 (-0700) Subject: it's newref not new_ref X-Git-Tag: release/2.6.0~402 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=30e35a58075f872184f6bcc98050d1a6e1f9678d it's newref not new_ref --- diff --git a/scripts/process b/scripts/process index 87a3473..4d4de47 100755 --- a/scripts/process +++ b/scripts/process @@ -592,7 +592,7 @@ if ($ref<0) { # new bug report $data->{forwarded} = $pheader{forwarded}; } $ref = new_bug(); - $new_ref = $ref; + $newref = $ref; my $hash = get_hashname($ref); $data->{originator} = $replyto; $data->{date} = $intdate;