svn commit: r326411 - head/release/tools

Glen Barber gjb at FreeBSD.org
Thu Nov 30 20:52:03 UTC 2017


Author: gjb
Date: Thu Nov 30 20:52:01 2017
New Revision: 326411
URL: https://svnweb.freebsd.org/changeset/base/326411

Log:
  Fix an indentation nit.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/tools/vmimage.subr

Modified: head/release/tools/vmimage.subr
==============================================================================
--- head/release/tools/vmimage.subr	Thu Nov 30 20:37:12 2017	(r326410)
+++ head/release/tools/vmimage.subr	Thu Nov 30 20:52:01 2017	(r326411)
@@ -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


More information about the svn-src-all mailing list