diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-01-10 09:12:31 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-01-10 09:12:31 +0100 |
| commit | 44b2c6063543a900c6fbd6b7df915ffea704759a (patch) | |
| tree | 0f5831a3a2f2669f47e1f415d15117d07014689a | |
| parent | ce2e0431208df6581ffbe80cb397e4f6dd8b2cec (diff) | |
| download | scripts-44b2c6063543a900c6fbd6b7df915ffea704759a.tar.gz scripts-44b2c6063543a900c6fbd6b7df915ffea704759a.zip | |
Small fix
Diffstat (limited to '')
| -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 "$@" |
