From f9d4fc3cf8ca91dbebfa305c5c08f8781caa1a0f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 21 Apr 2009 20:40:51 +0000 Subject: switch_root: improve behavior on error; improve help text *: make "can't execute '%s'" message uniform --- loginutils/adduser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils') diff --git a/loginutils/adduser.c b/loginutils/adduser.c index 8a5d902e6..df4fad694 100644 --- a/loginutils/adduser.c +++ b/loginutils/adduser.c @@ -60,7 +60,7 @@ static void passwd_wrapper(const char *login) static const char prog[] ALIGN1 = "passwd"; BB_EXECLP(prog, prog, login, NULL); - bb_error_msg_and_die("cannot execute %s, you must set password manually", prog); + bb_error_msg_and_die("can't execute %s, you must set password manually", prog); } #if ENABLE_FEATURE_ADDUSER_LONG_OPTIONS -- cgit v1.2.3