diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-06-05 05:01:37 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-06-05 05:01:37 +0800 |
commit | f0711b4f79c39d7903311e43330b1543c8dc31a9 (patch) | |
tree | fea500ec4e41db11afbaf9071106564b36e148d0 /Tools | |
parent | 53cdc91ced86f1a04fb63fdff588664a080d1fd2 (diff) | |
download | freebsd-ports-gnome-f0711b4f79c39d7903311e43330b1543c8dc31a9.tar.gz freebsd-ports-gnome-f0711b4f79c39d7903311e43330b1543c8dc31a9.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/mfh | 2 |
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 |