mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
Fix an indentation nit.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3384cf0b45
commit
c205468e00
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326411
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user