diff options
author | SASAKI Suguru <suguru@sonik.org> | 2013-08-15 12:19:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-08-15 12:19:29 +0200 |
commit | 73fbe9dc86df6c7db425c2c3939ff98c8c44974e (patch) | |
tree | b8b04f171828a93d1233bc82e175aa10cb514d35 /testsuite/dd/dd-accepts-of | |
parent | fc364ba9e3e39bc8d75016a9bf66e4bbbb5a1c87 (diff) | |
download | busybox-73fbe9dc86df6c7db425c2c3939ff98c8c44974e.tar.gz |
tar: fix tar -T to add entries in the exact order as the input list
This fixes tar to order files in tarball correctly in this case:
$ touch 1 2 3; echo -e '1\n2\n3' | tar -T- -c | tar t
1
2
3
Signed-off-by: SASAKI Suguru <suguru@sonik.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/dd/dd-accepts-of')
0 files changed, 0 insertions, 0 deletions