Ticket #1476 (new defect) — at Initial Version
F3 on a .tar file hangs
Reported by: | dborca | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0-pre2 |
Component: | mc-config-ini | Version: | 4.7.0-pre1 |
Keywords: | mc.ext tar | Cc: | dborca@… |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
At some point, someone changed the following line in mc.ext.in:
"View=%view{ascii} tar tvvf %f" to "View=%view{ascii} tar tvvf - %f"
which is wrong, because a single dash alone will cause tar to read data from standard input (at least my tar v1.16.1).
Attached patch (against 4.7.0-pre1) fixes this.
Change History
Note: See
TracTickets for help on using
tickets.