mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +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()
|
||||
{
|
||||
[ -d "grub/" ] || \
|
||||
x_ ./update project repo grub
|
||||
[ -f "grub/grub-mkstandalone" ] || \
|
||||
x_ ./build grub utils
|
||||
[ -d "${elfdir}" ] || \
|
||||
x_ mkdir -p "${elfdir}"
|
||||
[ -d "grub/" ] || x_ ./update project repo grub
|
||||
[ -f "grub/grub-mkstandalone" ] || x_ ./build grub utils
|
||||
[ -d "${elfdir}" ] || x_ mkdir -p "${elfdir}"
|
||||
x_ rm -f "${elfdir}/"*
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user