mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:06:26 +02:00
rel/src: fix multi-line command
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -174,8 +174,8 @@ purge_files()
|
|||||||
err "purge_files rm-rf2: can't purge .git files/directories"
|
err "purge_files rm-rf2: can't purge .git files/directories"
|
||||||
rm -Rf cbutils || err "purge_files: can't remove ${srcdir}/cbutils/"
|
rm -Rf cbutils || err "purge_files: can't remove ${srcdir}/cbutils/"
|
||||||
rm -Rf elf || err "purge_files: can't remove ${srcdir}/elf/"
|
rm -Rf elf || err "purge_files: can't remove ${srcdir}/elf/"
|
||||||
rm -Rf util-fw/rp2040/pico-serprog/build
|
rm -Rf util-fw/rp2040/pico-serprog/build || \
|
||||||
|| err "purge_files: can't remove pico-serprog/build"
|
err "purge_files: can't remove pico-serprog/build"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user