mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +02:00
trees: don't check empty path in copy_elf()
it could lead to some whackiness later on Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -291,6 +291,7 @@ mkpayload_grub()
|
|||||||
|
|
||||||
copy_elf()
|
copy_elf()
|
||||||
{
|
{
|
||||||
|
[ -n "$listfile" ] || return 0
|
||||||
[ -f "$listfile" ] || return 0
|
[ -f "$listfile" ] || return 0
|
||||||
|
|
||||||
while read -r f; do
|
while read -r f; do
|
||||||
|
|||||||
Reference in New Issue
Block a user