mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
update/project/trees: remove unnecessary linebreak
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -26,8 +26,7 @@ main()
|
|||||||
|
|
||||||
targets=$(listitems "${cfgsdir}")
|
targets=$(listitems "${cfgsdir}")
|
||||||
[ $# -gt 0 ] && targets=$@
|
[ $# -gt 0 ] && targets=$@
|
||||||
[ -z "${targets}" ] && \
|
[ -z "${targets}" ] && err "No targets for project: ${project}"
|
||||||
err "No targets available for project: ${project}"
|
|
||||||
|
|
||||||
for x in ${targets}; do
|
for x in ${targets}; do
|
||||||
x_ rm -f "${cfgsdir}"/*/seen
|
x_ rm -f "${cfgsdir}"/*/seen
|
||||||
|
|||||||
Reference in New Issue
Block a user