From 8032ac8c1b7e0dd15fe0954fab3d59dd4c1f0244 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Dec 2016 17:10:45 +1300 Subject: Fix printf argument mismatch bugs What did we do before ShellCheck? --- bash/bashrc.d/keep.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d/keep.bash') diff --git a/bash/bashrc.d/keep.bash b/bash/bashrc.d/keep.bash index a8c3456a..85455824 100644 --- a/bash/bashrc.d/keep.bash +++ b/bash/bashrc.d/keep.bash @@ -124,7 +124,7 @@ EOF # Deleting is an error, since we need at least one argument if ((delete)) ; then - printf 'bash: %s: must specify at least one NAME to delete\n' + printf 'bash: %s: must specify at least one NAME to delete\n' \ "${FUNCNAME[0]}" >&2 return 2 fi -- cgit v1.2.3