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 1ca136128..dba74ea61 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -125,7 +125,7 @@ static int xargs_exec(void) | |||
125 | return 124; | 125 | return 124; |
126 | } | 126 | } |
127 | if (status >= 0x180) { | 127 | if (status >= 0x180) { |
128 | bb_error_msg("%s: terminated by signal %d", | 128 | bb_error_msg("'%s' terminated by signal %d", |
129 | G.args[0], status - 0x180); | 129 | G.args[0], status - 0x180); |
130 | return 125; | 130 | return 125; |
131 | } | 131 | } |