diff options
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 87086b4..0f3c5fa 100644 --- a/init/init.c +++ b/init/init.c @@ -1086,7 +1086,7 @@ int init_main(int argc UNUSED_PARAM, char **argv) if (getpid() != 1 && (!ENABLE_LINUXRC || applet_name[0] != 'l') /* not linuxrc? */ ) { - bb_error_msg_and_die("must be run as PID 1"); + bb_simple_error_msg_and_die("must be run as PID 1"); } #ifdef RB_DISABLE_CAD /* Turn off rebooting via CTL-ALT-DEL - we get a |