summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-26 12:10:27 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-26 12:10:27 +0100
commit914852dd4086f54e24b865790b72920c76f70a18 (patch)
tree9688391b23b725b7dcdf6d4675ec974f8a980562 /build
parentdc7b72f3f4403b9e851b8644691521b2d53caee3 (diff)
rename include/option.sh to include/lib.sh
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 5ae62b23..2877a8fb 100755
--- a/build
+++ b/build
@@ -12,7 +12,7 @@ if [ "./${0##*/}" != "${0}" ] || [ ! -f "build" ] || [ -L "build" ]; then
exit 1
fi
-. "include/option.sh"
+. "include/lib.sh"
. "include/vendor.sh"
. "include/mrc.sh"