1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-02-10 10:35:53 +01:00
Files
fs-uae-wrapper/tests
gryf 77cf10cee7 Fixed issue with compressing files with tar.*
This changeset fixes tar behavior on creating archive, like:

  tar cf foo.tar .

which include also archive file itself, so that tar reports an error
`file changed as we read it` during appending archive file to itself.

This changest is fixing that by replacing dot with list of items to be
added to the archive (similar as in RarArchive.create).
2017-01-06 16:53:49 +01:00
..
2016-12-19 20:22:41 +01:00
2017-01-03 19:34:42 +01:00
2017-01-03 19:34:42 +01:00
2016-12-27 20:02:12 +01:00