commit 44b2c6063543a900c6fbd6b7df915ffea704759a parent ce2e0431208df6581ffbe80cb397e4f6dd8b2cec Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Fri, 10 Jan 2025 09:12:31 +0100 Small fix Diffstat:
M | xedit | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xedit b/xedit @@ -4,6 +4,6 @@ # Requires: terminal editor=${EDITOR:-${VISUAL:-vi}} -xed=${XEDIT:-'terminal "$editor"'} +xed=${XEDIT:-"terminal "$editor""} $xed "$@"