diff options
author | mat <mat@FreeBSD.org> | 2017-12-29 21:20:47 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-12-29 21:20:47 +0800 |
commit | f25a8cadafa7a90f5449ff4a4de43c4508df42b4 (patch) | |
tree | d2dc4021a498002c627380aa3ed2882353d8f9aa /Tools | |
parent | 80122ee6f1b87e37f8f7ab68667243eb20be018b (diff) | |
download | freebsd-ports-gnome-f25a8cadafa7a90f5449ff4a4de43c4508df42b4.tar.gz freebsd-ports-gnome-f25a8cadafa7a90f5449ff4a4de43c4508df42b4.tar.zst freebsd-ports-gnome-f25a8cadafa7a90f5449ff4a4de43c4508df42b4.zip |
Follow up on last commit and actually allow editing
the commit message again.
PR: 224634
Reported by: yuri
Sponsored by: Absolight
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/mfh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/mfh b/Tools/scripts/mfh index c77a7d03aa8c..bcea824a6198 100755 --- a/Tools/scripts/mfh +++ b/Tools/scripts/mfh @@ -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 |