commit | aff5e2eaef3a625bfa7760e59a6cf29de5cb0282 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Jun 20 20:47:31 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Jun 20 20:47:31 2001 +0000 |
tree | 0037911818b382882261c44a8de57c08d1cfb17b | |
parent | 06a71cced288126a5dfa2ff37b8138bebe8c1c42 [diff] |
it turs out, there was a nasty tar bug where bb tar would create leading dirs with mode 0777 in all cases due to usask issues. Thanks to Matt Kraai for noticing and spotting the culprit. This makes bb tar behave just like GNU tar once again. -Erik