﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
520	Error in kill_anything_like_this () function	victor gattegno	victor gattegno	"'''In newt-specific.c there is an error, in kill_anything_like_this() function.'''

mr_asprintf(&tmp,""ps %s | grep \"" %s \"" | awk '{print %s;}' | grep -v \""grep\"""", ps_options, str , ps_proc_id);

'''should be :'''

mr_asprintf(&tmp,""ps %s | grep \"" %s \"" | grep -v \""grep\"" | awk '{print %s;}'"", ps_options, str , ps_proc_id);"	defect	closed	normal	3.0.0	mondo	2.2.9.7	normal	fixed		
