merge include/err.sh with include/option.sh

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-05-06 22:54:55 +01:00
parent 58400fc4a5
commit 5e4009b539
9 changed files with 95 additions and 109 deletions
-1
View File
@@ -4,7 +4,6 @@
set -u -e
. "include/err.sh"
. "include/option.sh"
eval "$(setvars "" vdir relname src_dirname srcdir _xm target romdir mode)"
-1
View File
@@ -6,7 +6,6 @@
set -u -e
. "include/err.sh"
. "include/option.sh"
. "include/git.sh"