diff options
Diffstat (limited to 'coreutils/nohup.c')
-rw-r--r-- | coreutils/nohup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/nohup.c b/coreutils/nohup.c index 22419b800..e27bd2e35 100644 --- a/coreutils/nohup.c +++ b/coreutils/nohup.c | |||
@@ -56,5 +56,5 @@ int nohup_main(int argc, char **argv) | |||
56 | BB_EXECVP(argv[1], argv+1); | 56 | BB_EXECVP(argv[1], argv+1); |
57 | if (ENABLE_FEATURE_CLEAN_UP && home) | 57 | if (ENABLE_FEATURE_CLEAN_UP && home) |
58 | free((char*)nohupout); | 58 | free((char*)nohupout); |
59 | bb_perror_msg_and_die("%s", argv[1]); | 59 | bb_simple_perror_msg_and_die(argv[1]); |
60 | } | 60 | } |