diff options
author | mat <mat@FreeBSD.org> | 2018-06-14 23:55:24 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-06-14 23:55:24 +0800 |
commit | f812f8ee3f37741e7b4ad498f306dd7648c59b0d (patch) | |
tree | 1a238dd7e51dad05aab5558ec4280b025a3a6e6d /Tools | |
parent | 04ca7c6e3bb2d814be50384d1fe33563f7aaf8b0 (diff) | |
download | freebsd-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-x | Tools/scripts/mfh | 2 |
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}" |