add missing path->complete-path for unix/windows bundle-directory
svn: r6371
original commit: 73a913f63f
This commit is contained in:
parent
a148d4e547
commit
e4ad919f65
|
@ -87,7 +87,7 @@
|
||||||
"error bundling: ~a"
|
"error bundling: ~a"
|
||||||
(regexp-replace #rx"[\r\n]*$" (get-output-string cerr) ""))))))]
|
(regexp-replace #rx"[\r\n]*$" (get-output-string cerr) ""))))))]
|
||||||
[(windows unix)
|
[(windows unix)
|
||||||
(let-values ([(base name dir?) (split-path dir)])
|
(let-values ([(base name dir?) (split-path (path->complete-path dir))])
|
||||||
(parameterize ([current-directory base])
|
(parameterize ([current-directory base])
|
||||||
((if (eq? 'unix (system-type)) tar-gzip zip) target name)))]
|
((if (eq? 'unix (system-type)) tar-gzip zip) target name)))]
|
||||||
[else (error 'bundle-directory "don't know how")])))))
|
[else (error 'bundle-directory "don't know how")])))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user