update/project/trees: remove unnecessary linebreak

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-02 04:38:55 +01:00
parent 1dd97470e7
commit 7bead4f55a
1 changed files with 1 additions and 2 deletions

View File

@ -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