mirror of https://github.com/MidnightCommander/mc
Ticket #1679: Fails to view .tar file with a colon in name
Fixed incorrent handle of .tar files with a colon in name Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
3b0008690c
commit
4c5edb4647
|
@ -142,7 +142,7 @@ regex/\.(qp[rk])$
|
|||
# tar
|
||||
regex/\.(tar|TAR)$
|
||||
Open=%cd %p#utar
|
||||
View=%view{ascii} tar tvvf %f
|
||||
View=%view{ascii} tar tvvf - < %f
|
||||
|
||||
# lha
|
||||
type/^LHa\ .*archive
|
||||
|
|
Loading…
Reference in New Issue