Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ansi-test
ansi-test
Commits
4287649f
Commit
4287649f
authored
Dec 09, 2016
by
Attila Lendvai
Browse files
fix: use proper pathname format for :relative
parent
34a403cc
Changes
1
Show whitespace changes
Inline
Side-by-side
doit.lsp
View file @
4287649f
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
(dir-pathname (make-pathname :name :wild :type type))
(dir-pathname (make-pathname :name :wild :type type))
(subdir-pathname (make-pathname :directory '(:relative :wild)
(subdir-pathname (make-pathname :directory '(:relative :wild)
:name :wild :type type))
:name :wild :type type))
(format-pathname (make-pathname :directory '(:relative "printer
/
format")
(format-pathname (make-pathname :directory '(:relative "printer
" "
format")
:name :wild :type type))
:name :wild :type type))
(files (append (directory dir-pathname)
(files (append (directory dir-pathname)
(directory subdir-pathname)
(directory subdir-pathname)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment