John R. Vanderpool <[EMAIL PROTECTED]> wrote: > we used to auto cut & paste directly from the output of -cv to do restores > but now they don't match due to leading / being present. > > we can fix our code but am just curious about how that change came about?
GNU tar versions up to 1.15.1 in archive creation mode always print the leading slash if it is present in the filename. Latest alpha release (1.15.90) will not print the leading slash if it is given --show-stored-names option and not given -P (--absolute-names) option. Regards, Sergey _______________________________________________ Bug-tar mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-tar
