diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-29 13:20:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-29 13:20:47 +0000 |
commit | 033977e70f8da874a18ccecdd4f0e51711083bf8 (patch) | |
tree | d2dc4021a498002c627380aa3ed2882353d8f9aa /Tools | |
parent | fea66c6693c38afa75ff4c0a721cc1b600dabe39 (diff) |
Notes
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 |