about summary refs log tree commit diff
path: root/bin/svtree-run
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-09-22 19:18:47 +0200
committerRobert Günzler <r@gnzler.io>2025-09-22 19:53:59 +0200
commit6acb361b5cf0355e70638840b3e9f69091e87cc8 (patch)
tree5ffba7e5e64e462c2e791cce3459d67ee807c089 /bin/svtree-run
parentad3f9dcc42d2d4e643a3acbc5005324623ebd54c (diff)
handle XDG_RUNTIME_DIR being unset
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bin/svtree-run')
-rwxr-xr-xbin/svtree-run4
1 files changed, 2 insertions, 2 deletions
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