bootrc: write fatal error message to fd2

This commit is contained in:
cinap_lenrek 2018-07-14 17:20:49 +02:00
parent 74f6b4e502
commit 51b0b0235b

View file

@ -35,7 +35,7 @@ fn sigint {
} }
fn fatal { fn fatal {
echo $* echo $* >[1=2]
exit $"* exit $"*
} }