Remove an extra dot messing up copy and paste.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2018-06-14 15:55:24 +00:00
parent ff748a9b40
commit 8543f37ef5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472385

View File

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