Option "--no-overwrite-dir" does not work for empty directories

2020-02-07 Thread Michael Kaufmann
st $ touch test/file $ tar -cf test.tar test $ tar -x --no-overwrite-dir -f test.tar $ ls -lad test drwxrwxrwx 2 mka slt 4096 Feb 7 10:58 test Kind regards, Michael Kaufmann

Re: Option "--no-overwrite-dir" does not work for empty directories

2020-02-10 Thread Michael Kaufmann
Hi Sergey, I have tested the change, it works fine :-) Thanks a lot for fixing this bug! Kind regards, Michael Hi Michael, Thanks for reporting. I have pushed the following changes to fix the bug: http://git.savannah.gnu.org/cgit/tar.git/commit/?id=14d8fc718f0 Best regards, Sergey