mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 15:29:35 +02:00
move variables out of init.sh to others
move them where they are used, or if they are used in many places, move them to lib.sh Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
# Copyright (c) 2022-2023 Alper Nebi Yasak <alpernebiyasak@gmail.com>
|
||||
# Copyright (c) 2023-2024 Riku Viitanen <riku.viitanen@protonmail.com>
|
||||
|
||||
grubdata="config/data/grub"
|
||||
|
||||
mkserprog()
|
||||
{
|
||||
[ $# -lt 1 ] && $err "mkserprog: no arguments provided"
|
||||
|
||||
Reference in New Issue
Block a user