aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2017-11-30 20:52:01 +0000
committerGlen Barber <gjb@FreeBSD.org>2017-11-30 20:52:01 +0000
commitc205468e0069f1f65e57d344a9966b09ce29b54d (patch)
treef159909ebb62e158091a82feae2fd96a20532927 /release
parent3384cf0b45d8f6b76687fd688b04f638765b2cc2 (diff)
downloadsrc-c205468e0069f1f65e57d344a9966b09ce29b54d.tar.gz
src-c205468e0069f1f65e57d344a9966b09ce29b54d.zip
Fix an indentation nit.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=326411
Diffstat (limited to 'release')
-rw-r--r--release/tools/vmimage.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr
index 90adeed44d82..d36b47d86123 100644
--- a/release/tools/vmimage.subr
+++ b/release/tools/vmimage.subr
@@ -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