diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/runcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/runcon.c b/selinux/runcon.c index 24e436feb..8888ccc7b 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c | |||
@@ -132,6 +132,6 @@ int runcon_main(int argc, char *argv[]) | |||
132 | 132 | ||
133 | execvp(argv[0], argv); | 133 | execvp(argv[0], argv); |
134 | 134 | ||
135 | bb_perror_msg_and_die("cannot execute '%s'", command); | 135 | bb_perror_msg_and_die("cannot execute '%s'", argv[0]); |
136 | return 1; | 136 | return 1; |
137 | } | 137 | } |