diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-26 19:58:29 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-26 19:58:29 +0100 |
commit | c698972130fb0d1ee07ae0dee609a0cbec38dddf (patch) | |
tree | 9fc425b4f7cafabd4c3ab58820888a63de81db7a | |
parent | 24e488aae56a97ca8a96fa7177351478b9596001 (diff) |
rename include/vendor.sh to inject.sh
this matches cbmk, where inject.sh is the file name
this will make future cherry-picks of lbmk->cbmk easier
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/inject.sh (renamed from include/vendor.sh) | 0 | ||||
-rwxr-xr-x | mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/inject.sh index 6b316729..6b316729 100644 --- a/include/vendor.sh +++ b/include/inject.sh @@ -14,7 +14,7 @@ fi . "include/init.sh" . "include/lib.sh" -. "include/vendor.sh" +. "include/inject.sh" . "include/mrc.sh" eval "`setvars "" vdir src_dirname srcdir mode`" |