Tools/scripts/mfh: revert accidental tab expansion

Regression from r537876

Reported by:	tijl@
Approved by:	portmgr@ (implicit, whitespace-only edit to fix a regression)
This commit is contained in:
Matthias Andree 2020-06-04 21:01:37 +00:00
parent 53cdc91ced
commit f0711b4f79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537959

View file

@ -178,7 +178,7 @@ ask "Do you want to commit? (no = start a shell)" || (
ask "Do you want to commit now? (no = clean up and abort)" || err "User-requested abort." ask "Do you want to commit now? (no = clean up and abort)" || err "User-requested abort."
) )
echo >> commit.txt echo >> commit.txt
echo "Approved by: " >> commit.txt echo "Approved by: " >> commit.txt
## -- edit pre-assembled log message and commit -- ## -- edit pre-assembled log message and commit --
${EDITOR} commit.txt ${EDITOR} commit.txt