Opened 12 years ago

Closed 12 years ago

#520 closed defect (fixed)

Error in kill_anything_like_this () function

Reported by: victor gattegno Owned by: victor gattegno
Priority: normal Milestone: 3.0.0
Component: mondo Version: 2.2.9.7
Severity: normal Keywords:
Cc:

Description

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);

Change History (2)

comment:1 by victor gattegno, 12 years ago

Ticket solved ; I modified the file (revision [2901]).

Last edited 12 years ago by Bruno Cornec (previous) (diff)

comment:2 by victor gattegno, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.