Fix the update-xdg-data-dirs.py call
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
set uxdd (command -v update-xdg-data-dirs.py)
|
set uxdd (command -v update-xdg-data-dirs.py)
|
||||||
|
|
||||||
if test -n "$uxdd" -a -x "$uxdd"
|
if test -n "$uxdd" -a -x "$uxdd"
|
||||||
set -gx XDG_DATA_DIRS (uxdd)
|
set -gx XDG_DATA_DIRS ($uxdd)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user