diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-05 20:38:19 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-05 20:38:19 +0100 |
commit | 17d826d3a9614fea2bc87d8203b7f07fe4b7fb54 (patch) | |
tree | a5d4cd6c90bfcf17acca851b733386e9fc5e5353 /include/init.sh | |
parent | f98e34a24dd21ebafbfac2e019d3a4bc1cf500cb (diff) |
lbmk: Replace err with much simpler implementation
The current implementation is insanely over-engineered,
and completely unnecessary.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
-rw-r--r-- | include/init.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/init.sh b/include/init.sh index 8f5ab059..1be860ea 100644 --- a/include/init.sh +++ b/include/init.sh @@ -14,8 +14,6 @@ projectsite="https://libreboot.org/" export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" xbmkpath="$PATH" -xbmk_err="err_" - eval "`setvars "" _nogit board reinstall versiondate aur_notice configdir \ datadir version xbmkpwd relname xbmkpwd xbmktmp python pyver xbmklocal \ xbmklock`" |