Ticket #2707: extfs u7z helper - fix listing 7z archives w/o datetime info
commit6938f1a52dc843e6c122694d1c3387bc29b5bbe4
authorYury V. Zaytsev <yury.zaytsev@moneymeets.com>
Fri, 28 Oct 2016 13:01:11 +0000 (28 15:01 +0200)
committerYury V. Zaytsev <yury@shurup.com>
Sat, 24 Dec 2016 05:45:58 +0000 (24 09:45 +0400)
tree40995b9d618453b2f3f6c2c3e187b4e9b1c0ec69
parentf1bc44943c5bdac3f9a2e146bcd0e168423d69a6
Ticket #2707: extfs u7z helper - fix listing 7z archives w/o datetime info

7z archives can have entries without datetime info (7z a -mtm- ...). Currently,
u7z helper skips these entries. Fix this by detecting them and obtaining
archive file datetime using stat command with fallback to ls -lan.

Signed-off-by: Andreas Mohr <and@gmx.li>
Signed-off-by: Yury V. Zaytsev <yury.zaytsev@moneymeets.com>
src/vfs/extfs/helpers/u7z