aboutsummaryrefslogtreecommitdiff
path: root/miscutils/chrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r--miscutils/chrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c
index 98399cedb..1f5465c40 100644
--- a/miscutils/chrt.c
+++ b/miscutils/chrt.c
@@ -115,7 +115,7 @@ print_rt_info:
115 } 115 }
116 ++argv; 116 ++argv;
117 BB_EXECVP(*argv, argv); 117 BB_EXECVP(*argv, argv);
118 bb_perror_msg_and_die("%s", *argv); 118 bb_simple_perror_msg_and_die(*argv);
119} 119}
120#undef OPT_p 120#undef OPT_p
121#undef OPT_r 121#undef OPT_r