View | Details | Raw Unified | Return to bug 269891
Collapse All | Expand All

(-)GenProf.ycp (+8 lines)
Lines 21-26 Link Here
21
  string type   = "";
21
  string type   = "";
22
  string status = "";
22
  string status = "";
23
23
24
  // no command line support
25
  if (size(WFM::Args()) > 0 )
26
  {
27
	import "CommandLine";
28
	CommandLine::Init($[], WFM::Args());
29
	return;
30
  }
31
24
  if (!installAppArmorPackages()) {
32
  if (!installAppArmorPackages()) {
25
    return;
33
    return;
26
  }
34
  }

Return to bug 269891