diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-14 11:33:15 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-14 11:33:15 +0100 |
| commit | c6900c8571a9dde84a9b2ed2b6ff8ec70d684d95 (patch) | |
| tree | 701ebe2f8d3e855be5890cc5b8dd3c1e43c57e68 /include/env | |
| parent | c0402ef6422b528d3cc56706a7f455f5691b07d3 (diff) | |
init.sh: remove redundant sha512sum init
it's done in xbmk_init. the initial value
is never used.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/env')
| -rw-r--r-- | include/env/init.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/env/init.sh b/include/env/init.sh index afdbb80f..ffd03407 100644 --- a/include/env/init.sh +++ b/include/env/init.sh @@ -8,11 +8,9 @@ projectname="libreboot" projectsite="https://libreboot.org/" -sha512sum="util/sbase/sha512sum" - eval "`newvar aur_notice basetmp board checkvarschk checkvarsxbmk configdir \ datadir is_child python pyver reinstall relname version versiondate \ - xbmklock xbmkpath xbtmp`" + xbmklock xbmkpath xbtmp sha512sum`" xbmk_init() { |
