diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-12 11:19:42 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-12 11:19:42 +0100 |
| commit | c3e2d8c8bc3dfeb1472cb28affee196ddbe2fa55 (patch) | |
| tree | 3a53d37db26b239d194e73d52be377e027339165 /include/init.sh | |
| parent | b094c60a39e944e5fd7d33a3948b3b0d83c02971 (diff) | |
get.sh: simplify xbget
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
| -rw-r--r-- | include/init.sh | 1 |
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 "$@"; : } |
