diff options
-rw-r--r-- | distrib/i386/floppies/inst/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/inst/install.sh b/distrib/i386/floppies/inst/install.sh index 7332986cff8..ec84ccab0b2 100644 --- a/distrib/i386/floppies/inst/install.sh +++ b/distrib/i386/floppies/inst/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.14 1996/10/07 18:48:23 deraadt Exp $ +# $OpenBSD: install.sh,v 1.15 1996/10/09 02:27:34 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -161,7 +161,7 @@ echo -n "View the boot messages again? [n] " getresp "n" case "$resp" in y*|Y*) - less /kern/msgbuf + less -rsS /kern/msgbuf ;; *) echo "" |