From daf6958085b5b96c55a07bfca37e3face29cd6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Dec 2021 17:14:46 +0100 Subject: Minor cleanup. --- module/xdg/basedir.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/xdg') diff --git a/module/xdg/basedir.scm b/module/xdg/basedir.scm index e734500e..92a5c7d9 100644 --- a/module/xdg/basedir.scm +++ b/module/xdg/basedir.scm @@ -25,7 +25,7 @@ (define (data-dirs) (let ((str (getenv "XDG_DATA_DIRS"))) (if str - (string-split str #\:) + (parse-path str) '("/usr/local/share" "/usr/share")))) ;;; sysconfdir -- cgit v1.2.3