id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2227	Unable to use Process Substitution in User Menu scripts	ligelowbee		"I was trying to use process substitution in one of my User Menu scripts but it kept kick out with:
syntax error near unexpected token `('

You can test this by making a menu entry that runs the trivial command:

echo <(ls)

She'll crapout on you nicely

My actual intent was to get a listing diff of all the files in the source and destination directories (including subdirectories) with:

%view diff -u <(find ./ -type f|sort) <(cd %D; find ./ -type f|sort)

I ended up using mktemp files instead of Process Substitution and all is well.  Just thought I'd mention the troubles.

Cheers,
Lee"	defect	reopened	minor	Future Releases	mc-core	4.7.2			gotar@…			no branch	
