Ticket #2052 (closed defect: invalid)
uncompressing error in mc.menu
Reported by: | karesmakro | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | |
Keywords: | mc.menu uncompressing error, command not found | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
in misc/mc.menu line 251 I found a bug, which leads to an error like "command not found" on uncompressing files from mc menu with F2
"$PRG" | tar xvf -
should be:
$PRG | tar xvf -
Change History
Note: See
TracTickets for help on using
tickets.
I think you'll find it's already fixed in #1967.