﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
65	"""x repair"" (admin.ec) with no arguments causes asdump"	Eric Swenson	Eric Swenson	"If you invoke the operator command ""x repair"" without any other parameters, you get an active function error and asdump.  This is because the first line at the ""repair"" label is:

{{{
&if [equal &r2 stop] &then &goto repair.stop
}}}

If there is no argument 2, then we signal an active function error.  The fix is to add another line before this one:

{{{
&if [not [exists argument &r2]] &then &goto repair.explsalvctl
}}}

This will cause a usage message to be written and no signal/asdump.
"	defect	closed	minor	MR12.7	Tools	MR12.6f	fixed		
