simplify paths when packing
svn: r3000
This commit is contained in:
parent
07e2c01045
commit
c319e62e3e
|
@ -127,7 +127,8 @@
|
|||
(quote ,collections)))
|
||||
fileout)
|
||||
(newline fileout)
|
||||
(for-each (lambda (path) (mztar path fileout filter file-mode))
|
||||
(for-each (lambda (path)
|
||||
(mztar (simplify-path path #f) fileout filter file-mode))
|
||||
paths)
|
||||
(close-output-port fileout)
|
||||
(thread-wait thd)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user