aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-06-14 15:55:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-06-14 15:55:24 +0000
commit8543f37ef55268c1dbcb333fe3777f8c4b00b2b5 (patch)
tree1a238dd7e51dad05aab5558ec4280b025a3a6e6d /Tools
parentff748a9b40f0d0cefbf03b8bf8e6326972523f8c (diff)
downloadports-8543f37ef55268c1dbcb333fe3777f8c4b00b2b5.tar.gz
ports-8543f37ef55268c1dbcb333fe3777f8c4b00b2b5.zip
Remove an extra dot messing up copy and paste.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=472385
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}"