Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-09-30 20:36:02 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-09-30 20:36:02 +0400
commit5fb09656cadbec6a3bf609d95c7cccd7fc5c00a5 (patch)
treee7907c48d521048ee806c389d525f4de2fe665ba /procps
parenta4f4de9b7e73d89ef727796e06172419ab8a177c (diff)
fixlet to pgrep/pkill
Diffstat (limited to 'procps')
-rw-r--r--procps/pgrep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pgrep.c b/procps/pgrep.c
index 2bedabf72..c5747a163 100644
--- a/procps/pgrep.c
+++ b/procps/pgrep.c
@@ -121,7 +121,7 @@ int pgrep_main(int argc, char **argv)
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);