summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-05 21:11:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-05 21:11:58 +0000
commit455864606668c155d7aea572e7bbafe6a351a72f (patch)
treecafcfa6e7c4073b8ffbaedd1df0b412845a451d3 /distrib
parent10476b72c6e0d07d26ff1ee8cdb16b8f69d1361f (diff)
tabs and spaces and pedantry for the user entry
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/install.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 8c5ff7a87df..96c32514dd1 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.524 2009/05/05 21:09:54 deraadt Exp $
+# $OpenBSD: install.sub,v 1.525 2009/05/05 21:11:57 deraadt Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
@@ -315,10 +315,10 @@ user_setup() {
ask "Setup a user? (enter a lower-case loginname, or 'no')" no
case $resp in
n|no) return ;;
- y|yes) ask "No really, what is the lower-case loginname, or 'no'?"
+ y|yes) ask "No really, what is the lower-case loginname, or 'no'?"
case $resp in
n|no) return ;;
- esac
+ esac ;;
esac
_u=$resp