commit | 5fb09656cadbec6a3bf609d95c7cccd7fc5c00a5 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Sep 30 16:36:02 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Sep 30 16:36:02 2007 +0000 |
tree | e7907c48d521048ee806c389d525f4de2fe665ba | |
parent | a4f4de9b7e73d89ef727796e06172419ab8a177c [diff] |
fixlet to pgrep/pkill
diff --git a/procps/pgrep.c b/procps/pgrep.c index 2bedabf..c5747a1 100644 --- a/procps/pgrep.c +++ b/procps/pgrep.c
@@ -121,7 +121,7 @@ matched_pid = proc->pid; if (OPT_LAST) { free(cmd_last); - cmd_last = xstrdup(cmd_last); + cmd_last = xstrdup(cmd); continue; } act(proc->pid, cmd, signo, opt);