aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-29 17:35:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-29 17:35:35 +1200
commita3726e122dd1e1d7ce2ea36288a0b094dd37b1a8 (patch)
tree542db55db123615a2c6b8d830cb15139aac94b90
parentOrder modules alphabetically (diff)
downloadcheckem-a3726e122dd1e1d7ce2ea36288a0b094dd37b1a8.tar.gz
checkem-a3726e122dd1e1d7ce2ea36288a0b094dd37b1a8.zip
Use interpolated error string
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index 54d2fe9..cc03781 100755
--- a/checkem
+++ b/checkem
@@ -27,7 +27,7 @@ our $VERSION = 2.17;
# Complain if there are no arguments
if ( !@ARGV ) {
- printf {*STDERR} "%s\n", 'Need at least one file or directory';
+ printf {*STDERR} "Need at least one file or directory\n";
exit 2;
}