svn commit: r472385 - head/Tools/scripts

Mathieu Arnold mat at FreeBSD.org
Thu Jun 14 15:55:25 UTC 2018


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


More information about the svn-ports-all mailing list