aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxedit2
1 files changed, 1 insertions, 1 deletions
diff --git a/xedit b/xedit
index 4fb3114..3f68f24 100755
--- a/xedit
+++ b/xedit
@@ -4,6 +4,6 @@
4# Requires: terminal 4# Requires: terminal
5 5
6editor=${EDITOR:-${VISUAL:-vi}} 6editor=${EDITOR:-${VISUAL:-vi}}
7xed=${XEDIT:-'terminal "$editor"'} 7xed=${XEDIT:-"terminal "$editor""}
8 8
9$xed "$@" 9$xed "$@"

Generated with cgit - Back to sebastiano.tronto.net