From ff131b980d524a33d8a43cefe65e14f64a43f2da Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 10 Apr 2007 15:42:06 +0000 Subject: style fixes. No code changes. --- selinux/runcon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'selinux') diff --git a/selinux/runcon.c b/selinux/runcon.c index a3543878c..9f61fdbb6 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -110,7 +110,7 @@ int runcon_main(int argc, char **argv) if (!(opts & OPTS_CONTEXT_COMPONENT)) { context = *argv++; if (!argv[0]) - bb_error_msg_and_die("no command found"); + bb_error_msg_and_die("no command given"); } if (context) { @@ -133,5 +133,4 @@ int runcon_main(int argc, char **argv) execvp(argv[0], argv); bb_perror_msg_and_die("cannot execute '%s'", argv[0]); - return 1; } -- cgit v1.2.3