﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
496	shell egg doesn't properly quote command lines	Moritz Heidkamp	felix winkelmann	"The shell egg doesn't properly quote command lines. For example 

  (run (""grep"" ""foo bar""))

will fail with

  grep: bar: No such file or directory

i.e. it passes the single argument as two arguments. The attached patch fixes that by using posix {{process-run}} with a separate argument list and additionally cleans up dependencies and exports."	defect	closed	major	4.9.0	extensions	4.6.x	wontfix	egg shell		
