mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +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}")
|
||||
[ $# -gt 0 ] && targets=$@
|
||||
[ -z "${targets}" ] && \
|
||||
err "No targets available for project: ${project}"
|
||||
[ -z "${targets}" ] && err "No targets for project: ${project}"
|
||||
|
||||
for x in ${targets}; do
|
||||
x_ rm -f "${cfgsdir}"/*/seen
|
||||
|
||||
Reference in New Issue
Block a user