From 455864606668c155d7aea572e7bbafe6a351a72f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 5 May 2009 21:11:58 +0000 Subject: tabs and spaces and pedantry for the user entry --- distrib/miniroot/install.sub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib') 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 -- cgit v1.2.3