diff options
| author | martin <martin@NetBSD.org> | 2020-01-09 19:17:40 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-01-09 19:17:40 +0000 |
| commit | 42d0f98bfe66400171b3df29daeccecd35329c8f (patch) | |
| tree | 254dfe7c32682831fdfe93279c8d6b6bdbdb2694 /distrib/bebox | |
| parent | f7ca24b27ed330003ce4e3d0f1bbb85a08ae5329 (diff) | |
PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
Diffstat (limited to 'distrib/bebox')
| -rw-r--r-- | distrib/bebox/ramdisk/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/bebox/ramdisk/dot.profile b/distrib/bebox/ramdisk/dot.profile index a40da2d0f77..0dfc6497569 100644 --- a/distrib/bebox/ramdisk/dot.profile +++ b/distrib/bebox/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2010/10/17 11:05:18 kiyohara Exp $ +# $NetBSD: dot.profile,v 1.2 2020/01/09 19:17:41 martin Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -72,7 +72,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) |
