diff options
Diffstat (limited to 'coreutils/nice.c')
-rw-r--r-- | coreutils/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/nice.c b/coreutils/nice.c index 8d77ae472..0cb31e4fa 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c | |||
@@ -51,5 +51,5 @@ int nice_main(int argc, char **argv) | |||
51 | 51 | ||
52 | /* The exec failed... */ | 52 | /* The exec failed... */ |
53 | xfunc_error_retval = (errno == ENOENT) ? 127 : 126; /* SUSv3 */ | 53 | xfunc_error_retval = (errno == ENOENT) ? 127 : 126; /* SUSv3 */ |
54 | bb_perror_msg_and_die("%s", *argv); | 54 | bb_simple_perror_msg_and_die(*argv); |
55 | } | 55 | } |