diff options
-rw-r--r-- | init/halt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/halt.c b/init/halt.c index 1aac0faf9..7974adb17 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -159,7 +159,7 @@ int halt_main(int argc UNUSED_PARAM, char **argv) | |||
159 | which == 2 ? "6" : "0", | 159 | which == 2 ? "6" : "0", |
160 | (char *)NULL | 160 | (char *)NULL |
161 | ); | 161 | ); |
162 | perror_msg_and_die("can't execute '%s'", | 162 | bb_perror_msg_and_die("can't execute '%s'", |
163 | CONFIG_TELINIT_PATH); | 163 | CONFIG_TELINIT_PATH); |
164 | } | 164 | } |
165 | } | 165 | } |