diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-26 18:39:46 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-26 19:04:03 +0100 |
commit | 8ecb62c6628b459e299cba0cda65430018a07b36 (patch) | |
tree | a4796e73c2c350597b1a89f76f9b2ff453e3bbce /mk | |
parent | ce4381169fa8b49e1dcc729c15b2a0a46d9a0906 (diff) |
rename include/lib.sh to init.sh
this is in prep for the next change, where non-init
functions will be moved to another file, again named
include/lib.sh
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ if [ "./${0##*/}" != "${0}" ] || [ ! -f "mk" ] || [ -L "mk" ]; then exit 1 fi -. "include/lib.sh" +. "include/init.sh" . "include/vendor.sh" . "include/mrc.sh" |