From f0711b4f79c39d7903311e43330b1543c8dc31a9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 4 Jun 2020 21:01:37 +0000 Subject: [PATCH] Tools/scripts/mfh: revert accidental tab expansion Regression from r537876 Reported by: tijl@ Approved by: portmgr@ (implicit, whitespace-only edit to fix a regression) --- Tools/scripts/mfh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/mfh b/Tools/scripts/mfh index 21838d89c3e4..cf332ca43983 100755 --- a/Tools/scripts/mfh +++ b/Tools/scripts/mfh @@ -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." ) echo >> commit.txt -echo "Approved by: " >> commit.txt +echo "Approved by: " >> commit.txt ## -- edit pre-assembled log message and commit -- ${EDITOR} commit.txt