diff options
Diffstat (limited to 'libbb/perror_msg_and_die.c')
-rw-r--r-- | libbb/perror_msg_and_die.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/perror_msg_and_die.c b/libbb/perror_msg_and_die.c index c1cfb95..2303ba2 100644 --- a/libbb/perror_msg_and_die.c +++ b/libbb/perror_msg_and_die.c @@ -22,5 +22,5 @@ void bb_perror_msg_and_die(const char *s, ...) va_end(p); if (die_sleep) sleep(die_sleep); - exit(bb_default_error_retval); + exit(xfunc_error_retval); } |