rodata cleanup. "unable to" == "cannot". -300 bytes
This commit is contained in:
parent
61126ab30a
commit
89f0b3486d
24 changed files with 65 additions and 65 deletions
|
@ -315,5 +315,5 @@ int start_stop_daemon_main(int argc, char **argv)
|
|||
}
|
||||
#endif
|
||||
execv(startas, argv);
|
||||
bb_perror_msg_and_die ("unable to start %s", startas);
|
||||
bb_perror_msg_and_die("cannot start %s", startas);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue