aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-06-14 23:55:24 +0800
committermat <mat@FreeBSD.org>2018-06-14 23:55:24 +0800
commitf812f8ee3f37741e7b4ad498f306dd7648c59b0d (patch)
tree1a238dd7e51dad05aab5558ec4280b025a3a6e6d /Tools
parent04ca7c6e3bb2d814be50384d1fe33563f7aaf8b0 (diff)
downloadfreebsd-ports-gnome-f812f8ee3f37741e7b4ad498f306dd7648c59b0d.tar.gz
freebsd-ports-gnome-f812f8ee3f37741e7b4ad498f306dd7648c59b0d.tar.zst
freebsd-ports-gnome-f812f8ee3f37741e7b4ad498f306dd7648c59b0d.zip
Remove an extra dot messing up copy and paste.
Sponsored by: Absolight
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/mfh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/mfh b/Tools/scripts/mfh
index f02d784fb0c1..d243a2475fd7 100755
--- a/Tools/scripts/mfh
+++ b/Tools/scripts/mfh
@@ -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}"