Fix the update-xdg-data-dirs.py call

This commit is contained in:
2025-09-10 09:23:25 +02:00
parent 8a9f273734
commit 43b4192357

View File

@@ -1,5 +1,5 @@
set uxdd (command -v update-xdg-data-dirs.py)
if test -n "$uxdd" -a -x "$uxdd"
set -gx XDG_DATA_DIRS (uxdd)
set -gx XDG_DATA_DIRS ($uxdd)
end