aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-06-04 21:01:37 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-06-04 21:01:37 +0000
commitf0711b4f79c39d7903311e43330b1543c8dc31a9 (patch)
treefea500ec4e41db11afbaf9071106564b36e148d0 /Tools
parent53cdc91ced86f1a04fb63fdff588664a080d1fd2 (diff)
downloadports-f0711b4f79c39d7903311e43330b1543c8dc31a9.tar.gz
ports-f0711b4f79c39d7903311e43330b1543c8dc31a9.zip
Tools/scripts/mfh: revert accidental tab expansion
Regression from r537876 Reported by: tijl@ Approved by: portmgr@ (implicit, whitespace-only edit to fix a regression)
Notes
Notes: svn path=/head/; revision=537959
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/mfh2
1 files changed, 1 insertions, 1 deletions
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