mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
update/project/trees: remove errant assignments
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -43,8 +43,6 @@ configure_targets()
|
|||||||
download_for_target()
|
download_for_target()
|
||||||
{
|
{
|
||||||
_target="${1}"
|
_target="${1}"
|
||||||
tree="undefined"
|
|
||||||
rev="undefined"
|
|
||||||
|
|
||||||
fetch_config
|
fetch_config
|
||||||
[ -d "${project}/${tree}" ] && printf "download/%s %s (%s): exists\n" \
|
[ -d "${project}/${tree}" ] && printf "download/%s %s (%s): exists\n" \
|
||||||
|
|||||||
Reference in New Issue
Block a user