Do the ${EDITOR:-vi} expansion separately from invoking ${EDITOR}, so that the latter into multiple parameters if necessary.
Details
Details
- Reviewers
- None
- Group Reviewers
portmgr
I have EDITOR set to emacs -nw. With this change I can just call the mfh script without getting an error like ./Tools/scripts/mfh: emacs -nw: not found.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 1330 Build 1335: arc lint + arc unit
Event Timeline
Comment Actions
Hmm, I thought it had worked in my tests, but it still fails due to IFS="${LF}" in the beginning. I'll take a deeper look and redo it.