Allow file names within tar files both with or without './' prepended.
commitdb79d426caa963d3d9ba7e19c6c6c1a2e11ab8b9
authorKrzysztof Foltman <wdev@foltman.com>
Sun, 6 Oct 2013 09:47:47 +0000 (6 10:47 +0100)
committerKrzysztof Foltman <wdev@foltman.com>
Sun, 6 Oct 2013 09:47:47 +0000 (6 10:47 +0100)
tree2b0b2dc3fdbe47b3bcd60a6cd794eb0337294e3a
parent761301e7eabfeabfc8334f2ad31c7513472a8776
Allow file names within tar files both with or without './' prepended.

This is necessary, as 'tar -cvf tarname file1 file2 file3' produces names
without the ./ part, but 'tar -cvf tarnames .' adds the ./.
tarfile.c