aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-12-29 21:20:47 +0800
committermat <mat@FreeBSD.org>2017-12-29 21:20:47 +0800
commitf25a8cadafa7a90f5449ff4a4de43c4508df42b4 (patch)
treed2dc4021a498002c627380aa3ed2882353d8f9aa /Tools
parent80122ee6f1b87e37f8f7ab68667243eb20be018b (diff)
downloadfreebsd-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-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