mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-22 14:36:31 +02:00
init.sh: add --includes to git config check
just to be sure this now matches util/gitconfig/gitconfig.sh in coreboot Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -450,7 +450,7 @@ xbmk_set_mirror()
|
||||
xbmk_git_init()
|
||||
{
|
||||
for gitarg in "user.name" "user.email"; do
|
||||
gitcmd="git config $gitarg"
|
||||
gitcmd="git config --includes $gitarg"
|
||||
if ! $gitcmd 1>/dev/null 2>/dev/null; then
|
||||
err "Run this first: $gitcmd \"your ${gitcmd##*.}\"" \
|
||||
"xbmk_git_init" "$@"
|
||||
|
||||
Reference in New Issue
Block a user