mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
check_git: call fail() first (fallback to err)
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -21,6 +21,7 @@ check_git()
|
|||||||
git_err()
|
git_err()
|
||||||
{
|
{
|
||||||
printf "You need to set git name/email, like so:\n%s\n\n" "${1}"
|
printf "You need to set git name/email, like so:\n%s\n\n" "${1}"
|
||||||
|
fail "Git name/email not configured" || \
|
||||||
err "Git name/email not configured"
|
err "Git name/email not configured"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user