summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-09 14:09:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-09 14:09:45 -0700
commit1fec215c7bca447ab81d37cfc5491211cedda824 (patch)
tree9b2329bf4e2887f78b7fd4fd9ad1ef86ab8088dd /bin/locmaint
parente5b17ccfe74c0c7c41e3b5440978921db31dabb3 (diff)
downloaddotfiles-1fec215c7bca447ab81d37cfc5491211cedda824.tar.gz
use print not say in locmaint
Diffstat (limited to 'bin/locmaint')
-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