summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/locmaint2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/locmaint b/bin/locmaint
index 149f4fc2..c0073b1b 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -123,7 +123,7 @@ sub main {
# to calling script(1), this interrupt handler will not work, and
# indeed C-c will not get us out of locmaint at all. So let's
# hope IO::Pty is available.
- $SIG{INT} = sub { say STDERR "\nlocmaint: interrupted"; exit 2 };
+ $SIG{INT} = sub { print STDERR "\nlocmaint: interrupted\n"; exit 2 };
# Parse command line. If any of these get set to false, skip
# those. If any get set to true, do only those set to true. If