aboutsummaryrefslogtreecommitdiff
path: root/init/halt.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/halt.c')
-rw-r--r--init/halt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/halt.c b/init/halt.c
index e852b870e..62f93c5cd 100644
--- a/init/halt.c
+++ b/init/halt.c
@@ -95,6 +95,6 @@ int halt_main(int argc UNUSED_PARAM, char **argv)
95 rc = reboot(magic[which]); 95 rc = reboot(magic[which]);
96 96
97 if (rc) 97 if (rc)
98 bb_error_msg("no"); 98 bb_perror_nomsg_and_die();
99 return rc; 99 return rc;
100} 100}