aboutsummaryrefslogtreecommitdiff
path: root/bin/plmu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/plmu')
-rwxr-xr-xbin/plmu2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/plmu b/bin/plmu
index b753a59a..cf9b7eae 100755
--- a/bin/plmu
+++ b/bin/plmu
@@ -6,7 +6,7 @@ ef=$HOME/.plenv/non-cpanm-modules
# Check that exceptions file is sorted
if ! sort -c -- "$ef" ; then
- printf '%s not sorted\n' "$ef" >&2
+ printf >&2 '%s not sorted\n' "$ef"
exit 1
fi