From b78009e28aab38bc149be5c57aa23505b8dd2a08 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 9 Sep 2023 22:46:13 +0100 Subject: checkgit: properly print output to stderr Signed-off-by: Leah Rowe --- checkgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkgit') diff --git a/checkgit b/checkgit index 06a5bd7a..ba8bfe70 100755 --- a/checkgit +++ b/checkgit @@ -20,7 +20,7 @@ fail() { printf "You must configure Git, before using %s's build system. Do:\n" \ "${projectname}" 1>&2 - printf "%s\n\n" "${1}" + printf "%s\n\n" "${1}" 1>&2 err "Misconfigured git-scm" } -- cgit v1.2.1