From: Emma Humphries Date: Sat, 22 Jul 2017 01:26:13 +0000 (-0700) Subject: Bug 1381567 - wrap heredoc in an if X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01545cbec992560a5bfe402cf395aabb97d5cfd;p=thirdparty%2Fbugzilla.git Bug 1381567 - wrap heredoc in an if --- diff --git a/scripts/resolve_bugs.pl b/scripts/resolve_bugs.pl index 31f38aae8..70ed30c23 100755 --- a/scripts/resolve_bugs.pl +++ b/scripts/resolve_bugs.pl @@ -57,12 +57,15 @@ if ($bug_count == 0) { exit 1; } -print STDERR < to stop or to continue... EOF -getc(); + getc(); +} foreach my $row (@$data) { my $bug_id = shift @$row;