Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2018 15:55:24 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472385 - head/Tools/scripts
Message-ID:  <201806141555.w5EFtOA7051868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jun 14 15:55:24 2018
New Revision: 472385
URL: https://svnweb.freebsd.org/changeset/ports/472385

Log:
  Remove an extra dot messing up copy and paste.
  
  Sponsored by:	Absolight

Modified:
  head/Tools/scripts/mfh

Modified: head/Tools/scripts/mfh
==============================================================================
--- head/Tools/scripts/mfh	Thu Jun 14 15:54:33 2018	(r472384)
+++ head/Tools/scripts/mfh	Thu Jun 14 15:55:24 2018	(r472385)
@@ -136,7 +136,7 @@ done
 "${svn}" up --quiet "${branch}"
 "${svn}" status "${branch}"
 "${svn}" diff "${branch}"
-echo "All the merge work was done in ${dir}/${branch}."
+echo "All the merge work was done in ${dir}/${branch}"
 ask "Do you want to commit? (no = start a shell)" || (
     echo "Dropping you to a shell so you can investigate. Exit the shell to resume this script."
     cd "${branch}"



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