aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-12-29 13:20:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-12-29 13:20:47 +0000
commit033977e70f8da874a18ccecdd4f0e51711083bf8 (patch)
treed2dc4021a498002c627380aa3ed2882353d8f9aa /Tools
parentfea66c6693c38afa75ff4c0a721cc1b600dabe39 (diff)
downloadports-033977e70f8da874a18ccecdd4f0e51711083bf8.tar.gz
ports-033977e70f8da874a18ccecdd4f0e51711083bf8.zip
Follow up on last commit and actually allow editing
the commit message again. PR: 224634 Reported by: yuri Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=457506
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/mfh1
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