diff options
Diffstat (limited to 'xedit')
| -rwxr-xr-x | xedit | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4,6 +4,6 @@ | |||
| 4 | # Requires: terminal | 4 | # Requires: terminal |
| 5 | 5 | ||
| 6 | editor=${EDITOR:-${VISUAL:-vi}} | 6 | editor=${EDITOR:-${VISUAL:-vi}} |
| 7 | xed=${XEDIT:-'terminal "$editor"'} | 7 | xed=${XEDIT:-"terminal "$editor""} |
| 8 | 8 | ||
| 9 | $xed "$@" | 9 | $xed "$@" |
