*: make exec failure message more consistent
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -504,7 +504,7 @@ int tcpudpsvd_main(int argc UNUSED_PARAM, char **argv)
|
||||
#else
|
||||
BB_EXECVP(argv[0], argv);
|
||||
#endif
|
||||
bb_perror_msg_and_die("exec '%s'", argv[0]);
|
||||
bb_perror_msg_and_die("can't execute '%s'", argv[0]);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user