summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/perlbug.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index d0263f39aa..c86478a5e7 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -194,7 +194,11 @@ if ($outfile) {
save_message_to_disk($outfile);
} else {
Send();
- print "\nThank you for taking the time to file a bug report!\n\n";
+ if ($thanks) {
+ print "\nThank you for taking the time to send a thank-you message!\n\n";
+ } else {
+ print "\nThank you for taking the time to file a bug report!\n\n";
+ }
}
exit;