mirror of
https://github.com/sheumann/hush.git
synced 2025-02-21 19:29:03 +00:00
halt: perror_msg_and_die needs bb_ prefix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
b5de0c12d6
commit
db43d3d418
@ -159,7 +159,7 @@ int halt_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
which == 2 ? "6" : "0",
|
which == 2 ? "6" : "0",
|
||||||
(char *)NULL
|
(char *)NULL
|
||||||
);
|
);
|
||||||
perror_msg_and_die("can't execute '%s'",
|
bb_perror_msg_and_die("can't execute '%s'",
|
||||||
CONFIG_TELINIT_PATH);
|
CONFIG_TELINIT_PATH);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user