tar: support -T - and -X -
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
b7c9fb27cb
commit
3237f5c307
@ -655,7 +655,7 @@ static llist_t *append_file_list_to_list(llist_t *list)
|
|||||||
llist_t *newlist = NULL;
|
llist_t *newlist = NULL;
|
||||||
|
|
||||||
while (list) {
|
while (list) {
|
||||||
src_stream = xfopen_for_read(llist_pop(&list));
|
src_stream = xfopen_stdin(llist_pop(&list));
|
||||||
while ((line = xmalloc_fgetline(src_stream)) != NULL) {
|
while ((line = xmalloc_fgetline(src_stream)) != NULL) {
|
||||||
/* kill trailing '/' unless the string is just "/" */
|
/* kill trailing '/' unless the string is just "/" */
|
||||||
char *cp = last_char_is(line, '/');
|
char *cp = last_char_is(line, '/');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user