mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-26 22:09:03 +02:00
update/project/trees: remove one more rm line
the one at the end of main is unnecessary, because it's handled inside the for loop. this file isn't used anywhere else, so it's OK. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -31,7 +31,6 @@ main()
|
||||
x_ rm -f "${cfgsdir}/"*/seen
|
||||
x_ download_for_target "${x}"
|
||||
done
|
||||
x_ rm -f "${cfgsdir}"/*/seen
|
||||
}
|
||||
|
||||
download_for_target()
|
||||
|
||||
Reference in New Issue
Block a user