mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 19:23:24 +02:00
build/grub/payload: remove unnecessary linebreaks
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -21,12 +21,9 @@ main()
|
|||||||
|
|
||||||
handle_dependencies()
|
handle_dependencies()
|
||||||
{
|
{
|
||||||
[ -d "grub/" ] || \
|
[ -d "grub/" ] || x_ ./update project repo grub
|
||||||
x_ ./update project repo grub
|
[ -f "grub/grub-mkstandalone" ] || x_ ./build grub utils
|
||||||
[ -f "grub/grub-mkstandalone" ] || \
|
[ -d "${elfdir}" ] || x_ mkdir -p "${elfdir}"
|
||||||
x_ ./build grub utils
|
|
||||||
[ -d "${elfdir}" ] || \
|
|
||||||
x_ mkdir -p "${elfdir}"
|
|
||||||
x_ rm -f "${elfdir}/"*
|
x_ rm -f "${elfdir}/"*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user