build/roms: remove unnecessary command

there is no need to return 0 at the end of a function.

sh does that anyway

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-05-09 13:03:35 +01:00 committed by Leah Rowe
parent da748de455
commit cd5c2573ac
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ print_target_name()
break
fi
done
return 0
}
skip_board()