Fix an indentation nit.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-11-30 20:52:01 +00:00
parent 3384cf0b45
commit c205468e00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326411

View File

@ -15,8 +15,8 @@ write_partition_layout() {
fi
BOOTFILES="$(env TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
WITH_UNIFIED_OBJDIR=yes \
make -C ${WORLDDIR}/stand -V .OBJDIR)"
WITH_UNIFIED_OBJDIR=yes \
make -C ${WORLDDIR}/stand -V .OBJDIR)"
BOOTFILES="$(realpath ${BOOTFILES})"
case "${TARGET}:${TARGET_ARCH}" in