aboutsummaryrefslogtreecommitdiff
path: root/module/xdg/basedir.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:28:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:28:44 +0200
commit212f953dc78c666cdf5d96b9cc8fb95bc56b405e (patch)
tree392129a76d448a78a2c341d9c08986448e2ff053 /module/xdg/basedir.scm
parentDocumentation work. (diff)
downloadcalp-212f953dc78c666cdf5d96b9cc8fb95bc56b405e.tar.gz
calp-212f953dc78c666cdf5d96b9cc8fb95bc56b405e.tar.xz
Add TODO comments.
Diffstat (limited to 'module/xdg/basedir.scm')
-rw-r--r--module/xdg/basedir.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/xdg/basedir.scm b/module/xdg/basedir.scm
index f4e7b89b..4f9b8e3b 100644
--- a/module/xdg/basedir.scm
+++ b/module/xdg/basedir.scm
@@ -12,7 +12,8 @@
(cond ((getenv var)
=> (lambda (s)
(if (string-null? s)
- #f s)))
+ #f
+ s)))
(else #f)))
;;; XDG_DATA_HOME