diff options
Diffstat (limited to 'findutils/xargs.c')
-rw-r--r-- | findutils/xargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index 7a8899631..f7c7832d5 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -57,7 +57,7 @@ static int xargs_exec(char **args) | |||
57 | 57 | ||
58 | status = spawn_and_wait(args); | 58 | status = spawn_and_wait(args); |
59 | if (status < 0) { | 59 | if (status < 0) { |
60 | bb_perror_msg("%s", args[0]); | 60 | bb_simple_perror_msg(args[0]); |
61 | return errno == ENOENT ? 127 : 126; | 61 | return errno == ENOENT ? 127 : 126; |
62 | } | 62 | } |
63 | if (status == 255) { | 63 | if (status == 255) { |