--- busybox-1.19.4/procps/pgrep.c
+++ busybox-1.19.4-pgrep/procps/pgrep.c
@@ -128,7 +128,7 @@ int pgrep_main(int argc UNUSED_PARAM, char **argv)
 		bb_show_usage();
 
 	if (argv[0])
-		xregcomp(&re_buffer, argv[0], REG_EXTENDED | REG_NOSUB);
+		xregcomp(&re_buffer, argv[0], REG_EXTENDED);
 
 	matched_pid = 0;
 	cmd_last = NULL;
