Follow up on last commit and actually allow editing

the commit message again.

PR:		224634
Reported by:	yuri
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-12-29 13:20:47 +00:00
parent fea66c6693
commit 033977e70f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457506

View File

@ -154,6 +154,7 @@ while ! "${svn}" ci -F commit.txt "${branch}"; do
echo "Saving commit log to ${save_log}"
break
fi
${EDITOR:-vi} commit.txt
done
rm -rf "${dir}"
trap - 0