mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 15:29:35 +02:00
simplify initialising variables in shell scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -8,13 +8,8 @@
|
||||
. "include/git.sh"
|
||||
. "include/option.sh"
|
||||
|
||||
name=""
|
||||
rev=""
|
||||
loc=""
|
||||
url=""
|
||||
bkup_url=""
|
||||
eval "$(setvars "" name rev loc url bkup_url depend)"
|
||||
tmp_dir="${PWD}/tmp/gitclone"
|
||||
depend=""
|
||||
|
||||
main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user