aboutsummaryrefslogtreecommitdiff
path: root/module/xdg
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 17:14:46 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-21 11:24:34 +0100
commitdaf6958085b5b96c55a07bfca37e3face29cd6d1 (patch)
treeccec6d73daaef10e5a4e2a391b1c7839a8d528b0 /module/xdg
parentClean up (calp util options). (diff)
downloadcalp-daf6958085b5b96c55a07bfca37e3face29cd6d1.tar.gz
calp-daf6958085b5b96c55a07bfca37e3face29cd6d1.tar.xz
Minor cleanup.
Diffstat (limited to 'module/xdg')
-rw-r--r--module/xdg/basedir.scm2
1 files changed, 1 insertions, 1 deletions
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