aboutsummaryrefslogtreecommitdiff
path: root/xedit
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-06-20 23:01:09 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-06-20 23:01:09 +0200
commit581865ee0c8b8aea872f053d804a41fb5f416b17 (patch)
tree9a2f99ea48c31629a5c3c42b0454483982cdbfed /xedit
parentc5d101ab2c9db3b1a001cb56953cb90b24f8fdcf (diff)
downloadscripts-581865ee0c8b8aea872f053d804a41fb5f416b17.tar.gz
scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.zip
Various shellcheck fixes (www.shellcheck.net)
Diffstat (limited to 'xedit')
-rwxr-xr-xxedit2
1 files changed, 1 insertions, 1 deletions
diff --git a/xedit b/xedit
index 5d62b8e..9438aa8 100755
--- a/xedit
+++ b/xedit
@@ -5,4 +5,4 @@
5 5
6editor=${EDITOR:-${VISUAL:-vi}} 6editor=${EDITOR:-${VISUAL:-vi}}
7 7
8terminal $editor $@ 8terminal "$editor" "$@"

Generated with cgit - Back to sebastiano.tronto.net