From a01545cbec992560a5bfe402cf395aabb97d5cfd Mon Sep 17 00:00:00 2001 From: Emma Humphries Date: Fri, 21 Jul 2017 18:26:13 -0700 Subject: Bug 1381567 - wrap heredoc in an if --- scripts/resolve_bugs.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scripts/resolve_bugs.pl') 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; -- cgit v1.2.3-24-g4f1b