update/project/trees: remove errant assignments
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
68e1787cec
commit
e638c3e411
|
@ -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" \
|
||||||
|
|
Loading…
Reference in New Issue