svn commit: r338854 - head/sys/conf

Ed Maste emaste at FreeBSD.org
Fri Sep 21 13:02:26 UTC 2018


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}"


More information about the svn-src-head mailing list