id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2947	"Insufficient quoting in ""Delete tagged files if a copy exists in the other directory"" and wrong message displayed"	zaytsev	zaytsev	"Hi,

The original bug is reported here: https://bugs.launchpad.net/ubuntu/+source/mc/+bug/1094324 . In current master for a directory that contains ""a b"" and ""b c"", here is the wrong result:

{{{
$  /bin/sh /tmp/mc-zaytsev/mcusrU6oudm
%i has no copy in /home/zaytsev/src/mc-test/a2: NOT deleted.
sum: b: No such file or directory
sum: c: No such file or directory
sum: /home/zaytsev/src/mc-test/a2/b: No such file or directory
sum: c: No such file or directory
b c: DELETED.
}}}

Expected result:

{{{
$  /bin/sh /tmp/mc-zaytsev/mcusrnxyw9a
a b has no copy in /home/zaytsev/src/mc-test/a2: NOT deleted.
b c: DELETED.
}}}

A patch to fix this is attached."	defect	closed	minor	4.8.16	mc-core	master	fixed		onlyjob@…			merged	committed-master
