mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 23:24:11 +02:00
checkgit: properly print output to stderr
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -20,7 +20,7 @@ fail()
|
|||||||
{
|
{
|
||||||
printf "You must configure Git, before using %s's build system. Do:\n" \
|
printf "You must configure Git, before using %s's build system. Do:\n" \
|
||||||
"${projectname}" 1>&2
|
"${projectname}" 1>&2
|
||||||
printf "%s\n\n" "${1}"
|
printf "%s\n\n" "${1}" 1>&2
|
||||||
err "Misconfigured git-scm"
|
err "Misconfigured git-scm"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user