summaryrefslogtreecommitdiff
path: root/distrib/pegasos
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-04 20:17:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-04 20:17:04 +0000
commite840407cb3b072567c514371118177d4a1bba96d (patch)
tree066d1650edcc5677d166f5e2f52bf8c5ef6d38d0 /distrib/pegasos
parent4135fd10d8238c914e167de43edc9a61fd88ffac (diff)
shorten a teeny bit more
Diffstat (limited to 'distrib/pegasos')
-rw-r--r--distrib/pegasos/ramdisk/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/pegasos/ramdisk/install.md b/distrib/pegasos/ramdisk/install.md
index 2ba3da26dad..4132667ded0 100644
--- a/distrib/pegasos/ramdisk/install.md
+++ b/distrib/pegasos/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.1 2003/10/31 03:59:05 drahn Exp $
+# $OpenBSD: install.md,v 1.2 2003/12/04 20:17:03 deraadt Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -149,7 +149,7 @@ __EOT
# $2 = the default answer (assumed to be 'n' if empty).
#
# Return 'y' or 'n' in $resp.
-ask_yn () {
+ask_yn() {
local _q=$1 _a=${2:-no} _resp
typeset -l _resp