svn commit: r537959 - head/Tools/scripts

Matthias Andree mandree at FreeBSD.org
Thu Jun 4 21:01:38 UTC 2020


Author: mandree
Date: Thu Jun  4 21:01:37 2020
New Revision: 537959
URL: https://svnweb.freebsd.org/changeset/ports/537959

Log:
  Tools/scripts/mfh: revert accidental tab expansion
  
  Regression from r537876
  
  Reported by:	tijl@
  Approved by:	portmgr@ (implicit, whitespace-only edit to fix a regression)

Modified:
  head/Tools/scripts/mfh

Modified: head/Tools/scripts/mfh
==============================================================================
--- head/Tools/scripts/mfh	Thu Jun  4 20:37:34 2020	(r537958)
+++ head/Tools/scripts/mfh	Thu Jun  4 21:01:37 2020	(r537959)
@@ -178,7 +178,7 @@ ask "Do you want to commit? (no = start a shell)" || (
     ask "Do you want to commit now? (no = clean up and abort)" || err "User-requested abort."
 )
 echo >> commit.txt
-echo "Approved by:     " >> commit.txt
+echo "Approved by:	" >> commit.txt
 
 ## -- edit pre-assembled log message and commit --
 ${EDITOR} commit.txt


More information about the svn-ports-all mailing list