diff options
Diffstat (limited to 'util-linux/switch_root.c')
-rw-r--r-- | util-linux/switch_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index bcc4443ab..1ba374076 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -118,6 +118,6 @@ int switch_root_main(int argc, char *argv[]) | |||
118 | } | 118 | } |
119 | 119 | ||
120 | // Exec real init. (This is why we must be pid 1.) | 120 | // Exec real init. (This is why we must be pid 1.) |
121 | execv(argv[optind],argv+optind+1); | 121 | execv(argv[optind],argv+optind); |
122 | bb_error_msg_and_die("Bad init '%s'",argv[optind]); | 122 | bb_error_msg_and_die("Bad init '%s'",argv[optind]); |
123 | } | 123 | } |