From f03b019a39aad3138fe36ef33ab0b09d6066b504 Mon Sep 17 00:00:00 2001 From: plugd Date: Tue, 17 Aug 2021 21:56:50 +0200 Subject: [PATCH] Handle relative selectors. --- scratchy.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratchy.scm b/scratchy.scm index 4258eee..12c7094 100644 --- a/scratchy.scm +++ b/scratchy.scm @@ -280,7 +280,7 @@ dir-selector config)) ((type display-string selector) (serve-record (list type display-string - (make-pathname dir-selector selector) + (normalize-pathname (make-pathname dir-selector selector)) (config-host config) (config-port config)) dir-selector config)) ((display-string selector) -- 2.20.1