aboutsummaryrefslogtreecommitdiff
path: root/lint/sh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/sh.sh')
-rw-r--r--lint/sh.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lint/sh.sh b/lint/sh.sh
index c1c972c8..b0d28e5d 100644
--- a/lint/sh.sh
+++ b/lint/sh.sh
@@ -5,4 +5,3 @@ set \
sh/shrc \
sh/shrc.d/*.sh
shellcheck -e SC1090 -s sh -- "$@" || exit
-printf 'POSIX shell dotfiles linted successfully.\n'