From 41ddd9f60604cd994eeb37eb5708e9d3d5c8484b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 25 Jun 2010 01:46:53 +0200 Subject: *: make exec failure message more consistent Signed-off-by: Denys Vlasenko --- console-tools/openvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console-tools') diff --git a/console-tools/openvt.c b/console-tools/openvt.c index 7bd6072a4..6f58916e7 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -98,7 +98,7 @@ static NOINLINE void vfork_child(char **argv) //bb_error_msg("VT's sid %d", tcgetsid(0)); //bb_error_msg("VT's pgrp %d", tcgetpgrp(0)); BB_EXECVP(argv[0], argv); - bb_perror_msg_and_die("exec %s", argv[0]); + bb_perror_msg_and_die("can't execute '%s'", argv[0]); } } -- cgit v1.2.3