svn commit: branches/busybox_1_11_stable/procps

aldot at busybox.net aldot at busybox.net
Fri Sep 5 15:23:54 UTC 2008


Author: aldot
Date: 2008-09-05 08:23:53 -0700 (Fri, 05 Sep 2008)
New Revision: 23331

Log:
- fix typo


Modified:
   branches/busybox_1_11_stable/procps/pgrep.c


Changeset:
Modified: branches/busybox_1_11_stable/procps/pgrep.c
===================================================================
--- branches/busybox_1_11_stable/procps/pgrep.c	2008-09-05 12:06:50 UTC (rev 23330)
+++ branches/busybox_1_11_stable/procps/pgrep.c	2008-09-05 15:23:53 UTC (rev 23331)
@@ -118,6 +118,7 @@
 			while (i) {
 				if (!cmd[i]) cmd[i] = ' ';
 				i--;
+			}
 		}
 		/* NB: OPT_INVERT is always 0 or 1 */
 		if ((regexec(&re_buffer, cmd, 1, re_match, 0) == 0 /* match found */




More information about the busybox-cvs mailing list