aboutsummaryrefslogtreecommitdiff
path: root/xedit
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-01-10 09:12:31 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-01-10 09:12:31 +0100
commit44b2c6063543a900c6fbd6b7df915ffea704759a (patch)
tree0f5831a3a2f2669f47e1f415d15117d07014689a /xedit
parentce2e0431208df6581ffbe80cb397e4f6dd8b2cec (diff)
downloadscripts-44b2c6063543a900c6fbd6b7df915ffea704759a.tar.gz
scripts-44b2c6063543a900c6fbd6b7df915ffea704759a.zip
Small fix
Diffstat (limited to '')
-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