checkgit: properly print output to stderr

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-09 22:46:13 +01:00
parent f45f5e625d
commit b78009e28a
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}