'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
263 bytes saved.
This commit is contained in:
@ -44,5 +44,5 @@ retry:
|
||||
BB_EXECVP(argv[0], argv);
|
||||
}
|
||||
|
||||
bb_perror_msg_and_die("%s", argv[0]);
|
||||
bb_simple_perror_msg_and_die(argv[0]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user