commit | ff131b980d524a33d8a43cefe65e14f64a43f2da | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 10 15:42:06 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 10 15:42:06 2007 +0000 |
tree | 82d252f04f9a8511be452dcd8b5e322c59653c72 | |
parent | 163516da3ae54a587fb476c621793bd206f380c2 [diff] [blame] |
style fixes. No code changes.
diff --git a/selinux/runcon.c b/selinux/runcon.c index a354387..9f61fdb 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c
@@ -110,7 +110,7 @@ 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 @@ execvp(argv[0], argv); bb_perror_msg_and_die("cannot execute '%s'", argv[0]); - return 1; }