bootrc: write fatal error message to fd2
This commit is contained in:
parent
74f6b4e502
commit
51b0b0235b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ fn sigint {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn fatal {
|
fn fatal {
|
||||||
echo $*
|
echo $* >[1=2]
|
||||||
exit $"*
|
exit $"*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue