commit | 3c5a83c5672fb784f982fa1f9796b0e86c67e777 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sat Jul 05 21:56:55 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sat Jul 05 21:56:55 2003 +0000 |
tree | 0cf06f9ee9f5aae40438cfd573c2202be8851198 | |
parent | d5a2780aa2fdee601f92df47a63a0945a7197755 [diff] |
As noted by Thomas Eckert: bb-tar "cjf" does not create a valid tbz2-archive -- if fact the result is a plain tar-file (no compression) -- but does not warn about the unrecognized parameter combination "cj" (bb does not have bzip2-compression yet, right?). to fix this I have added an error message stating this does not work. He also reported cosmetic: versose "-v" does not show any output when used with "create" which I have now fixed as well. -Erik