The Lambda Lab
/
projects
/
scratchy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae35109
)
Handle relative selectors.
author
plugd
<plugd@thelambdalab.xyz>
Tue, 17 Aug 2021 19:56:50 +0000
(21:56 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Tue, 17 Aug 2021 19:56:50 +0000
(21:56 +0200)
scratchy.scm
patch
|
blob
|
history
diff --git
a/scratchy.scm
b/scratchy.scm
index
4258eee
..
12c7094
100644
(file)
--- 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)