simplify paths when packing

svn: r3000
This commit is contained in:
Eli Barzilay 2006-05-21 10:36:39 +00:00
parent 07e2c01045
commit c319e62e3e

View File

@ -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)))