diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-07-14 17:20:49 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-07-14 17:20:49 +0200 |
commit | 51b0b0235b32e39b5a71ac440f7ccb679f44c43f (patch) | |
tree | f590a3c768aaafb3b74fe045f7a07eed0529db3f /sys/src/9/boot | |
parent | 74f6b4e502fc2a43ec652596c36bb48422081775 (diff) |
bootrc: write fatal error message to fd2
Diffstat (limited to 'sys/src/9/boot')
-rwxr-xr-x | sys/src/9/boot/bootrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index 3d841f3d1..4814726d6 100755 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -35,7 +35,7 @@ fn sigint { } fn fatal { - echo $* + echo $* >[1=2] exit $"* } |