diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-18 23:56:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-18 23:56:22 +0000 |
commit | 9b3f9eddfe96d2766176b20bcfc87853e4ddf336 (patch) | |
tree | fc73223fb4503845f30c828259585a7b82332b50 /distrib/miniroot | |
parent | 52189410da5251c550598fb0cca9e908b2566b1a (diff) |
restore tab before [X] list; krw ok
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index dc6cc4b8ca2..603e2411f04 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.382 2005/04/15 23:45:29 krw Exp $ +# $OpenBSD: install.sub,v 1.383 2005/04/18 23:56:21 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2005 Todd Miller, Theo de Raadt, Ken Westerback @@ -489,9 +489,9 @@ __EOT echo for _f in $_avail; do if isin $_f $_selected; then - echo "[X] $_f" + echo " [X] $_f" else - echo "[ ] $_f" + echo " [ ] $_f" : ${_next:=$_f} fi done |