Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2018 01:57:32 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339759 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201810260157.w9Q1vWUh099297@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Fri Oct 26 01:57:32 2018
New Revision: 339759
URL: https://svnweb.freebsd.org/changeset/base/339759

Log:
  Whitespace alignment in bsdinstall hostname
  
  Aligning line-continuation characters to prevent mistakes.
  This is also the prevalent style replication throughout.
  
  Sponsored by:	Smule, Inc.

Modified:
  head/usr.sbin/bsdinstall/scripts/hostname

Modified: head/usr.sbin/bsdinstall/scripts/hostname
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/hostname	Fri Oct 26 01:47:52 2018	(r339758)
+++ head/usr.sbin/bsdinstall/scripts/hostname	Fri Oct 26 01:57:32 2018	(r339759)
@@ -79,13 +79,13 @@ dialog_hostname()
 		"$DIALOG_TITLE" "$DIALOG_BACKTITLE" "$prompt" "$value" "$hline"
 
 	$DIALOG \
-		--title "$DIALOG_TITLE" \
+		--title "$DIALOG_TITLE"         \
 		--backtitle "$DIALOG_BACKTITLE" \
-		--hline "$hline" \
-		--ok-label "$msg_ok" \
-		--no-cancel \
-		--inputbox "$prompt" \
-		$height $width "$value" \
+		--hline "$hline"                \
+		--ok-label "$msg_ok"            \
+		--no-cancel                     \
+		--inputbox "$prompt"            \
+		$height $width "$value"         \
 		2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810260157.w9Q1vWUh099297>