summaryrefslogtreecommitdiff
path: root/include/init.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-12 11:19:42 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-12 11:19:42 +0100
commitc3e2d8c8bc3dfeb1472cb28affee196ddbe2fa55 (patch)
tree3a53d37db26b239d194e73d52be377e027339165 /include/init.sh
parentb094c60a39e944e5fd7d33a3948b3b0d83c02971 (diff)
get.sh: simplify xbget
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
-rw-r--r--include/init.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/init.sh b/include/init.sh
index 70c6591f..468842e0 100644
--- a/include/init.sh
+++ b/include/init.sh
@@ -406,6 +406,7 @@ xbmk_git_init()
x_ git -c user.name="xbmk" -c user.email="xbmk@example.com" \
tag -a "$version" -m "$projectname $version" \
1>/dev/null 2>/dev/null; :
+
) || err "Can't initialise workdir" xbmk_git_init "$@"; :
}