aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/hnh/util/path.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/hnh/util/path.scm b/module/hnh/util/path.scm
index b08932f9..41b2e1fc 100644
--- a/module/hnh/util/path.scm
+++ b/module/hnh/util/path.scm
@@ -18,3 +18,5 @@
(if (string-null? s)
"/" s))
(cdr strings)))
+
+(define-public (path-join lst) (apply path-append lst))