mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
xbmk: sort global variables alphabetically
also separate some of the special ones. this makes the variables easier to read/find. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+9
-8
@@ -3,14 +3,15 @@
|
||||
# Copyright (c) 2020-2021,2023-2025 Leah Rowe <leah@libreboot.org>
|
||||
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
|
||||
|
||||
depend=""
|
||||
loc=""
|
||||
url=""
|
||||
bkup_url=""
|
||||
subgit=""
|
||||
subgit_bkup=""
|
||||
|
||||
depend=""
|
||||
loc=""
|
||||
subcurl=""
|
||||
subcurl_bkup=""
|
||||
subgit=""
|
||||
subgit_bkup=""
|
||||
subhash=""
|
||||
|
||||
tmpgit="$xbtmp/gitclone"
|
||||
@@ -102,12 +103,12 @@ fetch_submodule()
|
||||
{
|
||||
mcfgdir="$mdir/${1##*/}"
|
||||
|
||||
subhash=""
|
||||
subgit=""
|
||||
subgit_bkup=""
|
||||
st=""
|
||||
subcurl=""
|
||||
subcurl_bkup=""
|
||||
st=""
|
||||
subgit=""
|
||||
subgit_bkup=""
|
||||
subhash=""
|
||||
|
||||
if e "$mcfgdir/module.cfg" f missing; then
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user