id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2052	uncompressing error in mc.menu	karesmakro		"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 -
}}}
"	defect	closed	major		mc-core		invalid	mc.menu uncompressing error, command not found					
