Ticket #1592 (closed defect: fixed)

Opened 15 years ago

Last modified 14 years ago

gzup error in mc.menu

Reported by: karesmakro Owned by: iNode
Priority: trivial Milestone: 4.7.0-pre3
Component: mc-core Version: 4.7.0-pre2
Keywords: gzup Cc:
Blocked By: Blocking:
Branch state: Votes for changeset: committed-master

Description

In misc/mc.menu on line 232 there is a write error in

PRG="gzup -dc %f"

which leads to an error on uncompressing tar.gz files from mc menu and should be

PRG="gzip -dc %f"

Change History

comment:1 Changed 15 years ago by iNode

  • Owner set to iNode
  • Status changed from new to accepted
  • Votes for changeset set to iNode
  • severity changed from no branch to on review
  • Milestone set to 4.7.0-pre3

branch: 1592_mc_menu_gzip (parent: master)
changeset: f3663e07922d231709b108b79d6ecb6b7c36abb0

comment:2 Changed 15 years ago by slavazanko

  • Votes for changeset changed from iNode to iNode slavazanko
  • severity changed from on review to approved

comment:3 Changed 15 years ago by iNode

  • Status changed from accepted to testing
  • Votes for changeset changed from iNode slavazanko to commited-master
  • Resolution set to fixed
  • severity changed from approved to merged

comment:4 Changed 15 years ago by iNode

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.