build/grub/payload: remove unnecessary linebreaks

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-02 04:21:42 +01:00
parent 3fcad603b2
commit a3b3196d6c
1 changed files with 3 additions and 6 deletions

View File

@ -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}/"*
}