projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c9fb2
)
tar: support -T - and -X -
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 3 Feb 2011 03:00:23 +0000
(
04:00
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 3 Feb 2011 03:00:23 +0000
(
04:00
+0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/tar.c
patch
|
blob
|
history
diff --git
a/archival/tar.c
b/archival/tar.c
index 972f8d06d0e5fec436d5e05917f28d9a70e1ba5e..e9dc41fe115c0e7115226ca58c6825b21103197e 100644
(file)
--- a/
archival/tar.c
+++ b/
archival/tar.c
@@
-655,7
+655,7
@@
static llist_t *append_file_list_to_list(llist_t *list)
llist_t *newlist = NULL;
while (list) {
- src_stream = xfopen_
for_read
(llist_pop(&list));
+ src_stream = xfopen_
stdin
(llist_pop(&list));
while ((line = xmalloc_fgetline(src_stream)) != NULL) {
/* kill trailing '/' unless the string is just "/" */
char *cp = last_char_is(line, '/');