diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-26 12:10:27 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-26 12:10:27 +0100 |
commit | 914852dd4086f54e24b865790b72920c76f70a18 (patch) | |
tree | 9688391b23b725b7dcdf6d4675ec974f8a980562 /build | |
parent | dc7b72f3f4403b9e851b8644691521b2d53caee3 (diff) |
rename include/option.sh to include/lib.sh
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |