tar: fix "tar -cJ" ignoring -J option. closes 7706
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 11 Dec 2014 14:33:07 +0000 (15:33 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 11 Dec 2014 14:34:02 +0000 (15:34 +0100)
commitacb8be721768b54075a51d1859d390904a0f1f6c
tree46b4cb8e116c3d7003df891f4bb2f4e75f3ec2eb
parentd598a8d4e655b095c741f0cf73e139b3c9524da1
tar: fix "tar -cJ" ignoring -J option. closes 7706

function                                             old     new   delta
tar_main                                             895     938     +43
vfork_compressor                                     206     191     -15
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 43/-15)             Total: 28 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/tar.c