bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] dereferencing broken since 1.24?


From: Michael Lawrence
Subject: [Bug-tar] dereferencing broken since 1.24?
Date: Tue, 4 Jan 2011 15:28:17 -0800

Issuing these commands with 1.23:

$ touch foo
$ tar czfh foo.tar.gz foo bar
$ tar tzvf foo.tar.gz
-rw-r--r-- larman/larman     0 2011-01-04 15:06 foo
-rw-r--r-- larman/larman     0 2011-01-04 15:06 bar

That is as expected, but with 1.24 and 1.25:

$ tar czfh foo.tar.gz foo bar
$ tar tzvf foo.tar.gz
-rw-r--r-- larman/larman     0 2011-01-04 15:06 foo
hrw-r--r-- larman/larman     0 2011-01-04 15:06 bar link to foo


What's up?

Thanks,
Michael

reply via email to

[Prev in Thread] Current Thread [Next in Thread]