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))) (quote ,collections)))
fileout) fileout)
(newline 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) paths)
(close-output-port fileout) (close-output-port fileout)
(thread-wait thd))) (thread-wait thd)))