-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enables the tar decompression the ability to decompress a file that has
no directory headers - Previously vacation was given a tar file that had no directory headers, which can be generated by handing the tar command a list of all the files that should be tared, vacation would not be able to handle it because it would try and create files in directories that did not exist. - We now log all of the directories that have been created previously and check to see that any file we create is within one of those directories, if it is not then we create the directory for the file before we try and write the file.
- Loading branch information
1 parent
f099442
commit 0a90423
Showing
2 changed files
with
84 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters