build/grub/payload: remove unnecessary linebreaks
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
3fcad603b2
commit
a3b3196d6c
|
@ -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}/"*
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue