Ticket #2052 (closed defect: invalid)

Opened 14 years ago

Last modified 14 years ago

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

comment:1 Changed 14 years ago by Graham

I think you'll find it's already fixed in #1967.

comment:2 Changed 14 years ago by karesmakro

I saw this ticket and other major changes in mc.menu, before posting this bug.
There was only fixed the bug in extracting archive files, which contains spaces in their file name. MC-4.7.0.2 has this described fix, but not solved my described bug!

comment:3 Changed 14 years ago by andrew_b

  • Status changed from new to closed
  • Version 4.7.0.2 deleted
  • Resolution set to invalid
  • Milestone 4.7 deleted

Fixed in #1967.

Note: See TracTickets for help on using tickets.