Re: pax/tar/cpio: use stdout if TAPE is set to -

2015-03-03 Thread Philip Guenther
On Sun, Mar 1, 2015 at 12:41 AM, Dmitrij D. Czarkoff wrote: > The diff below makes tar treat "-" in TAPE environment variable as > stdout, making it consistant with "-f" argument. Could be a sane > default for those who have no tape device. Frankly, I think someone using TAPE=- would be *in*sane

pax/tar/cpio: use stdout if TAPE is set to -

2015-03-01 Thread Dmitrij D. Czarkoff
Hi! The diff below makes tar treat "-" in TAPE environment variable as stdout, making it consistant with "-f" argument. Could be a sane default for those who have no tape device. -- Dmitrij D. Czarkoff Index: bin/pax/options.c ===