diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-09 02:27:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-09 02:27:35 +0000 |
commit | 9520a8ab79d133ba9e0eee282f056ae81a81b65c (patch) | |
tree | b1daad5358f0cca0cf5c29809b1f68aba6544f11 | |
parent | c17e4c4c4360db3d9fd7d43093a6729e6f10b137 (diff) |
nicer less
-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 "" |