From 6acb361b5cf0355e70638840b3e9f69091e87cc8 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 22 Sep 2025 19:18:47 +0200 Subject: handle XDG_RUNTIME_DIR being unset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bin/svtree-run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/svtree-run') diff --git a/bin/svtree-run b/bin/svtree-run index eab97f5..9424f39 100755 --- a/bin/svtree-run +++ b/bin/svtree-run @@ -1,7 +1,7 @@ #!/bin/execlineb -P -importas -iS -D "/etc" XDG_CONFIG_HOME -importas -iS -D "/run" XDG_RUNTIME_DIR +importas -D "/etc" -S XDG_CONFIG_HOME +importas -D "/run" -S XDG_RUNTIME_DIR envfile -I /opt/svtree/dirs.conf -- cgit 1.4.1