mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
53cdc91ced
commit
f0711b4f79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537959
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue