Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 13:02:25 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338854 - head/sys/conf
Message-ID:  <201809211302.w8LD2PiY045183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Sep 21 13:02:25 2018
New Revision: 338854
URL: https://svnweb.freebsd.org/changeset/base/338854

Log:
  remove double space between branch and version in kernel ident
  
  Reported by:	dim
  Approved by:	re (kib)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/newvers.sh

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Fri Sep 21 12:27:36 2018	(r338853)
+++ head/sys/conf/newvers.sh	Fri Sep 21 13:02:25 2018	(r338854)
@@ -293,7 +293,7 @@ done
 shift $((OPTIND - 1))
 
 if [ -z "${include_metadata}" ]; then
-	VERINFO="${VERSION} ${svn}${git}${hg}${p4version}"
+	VERINFO="${VERSION}${svn}${git}${hg}${p4version}"
 	VERSTR="${VERINFO}\\n"
 else
 	VERINFO="${VERSION} #${v}${svn}${git}${hg}${p4version}: ${t}"



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