diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2018-07-08 13:42:47 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2018-07-08 13:42:47 +0000 |
commit | 184fa94e37d5dd45ad4434cd578d022828a1385e (patch) | |
tree | b38d623e86be9d5aff34343d59d1bc78fac2bebe /distrib/miniroot | |
parent | 598e08e71e7020c9a084d3b7b882acecaf8daf0e (diff) |
Whitespace
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 8e301a71611..94121a9c196 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1086 2018/07/07 14:39:23 rpe Exp $ +# $OpenBSD: install.sub,v 1.1087 2018/07/08 13:42:46 rpe Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -789,8 +789,8 @@ ask_which() { set -- $_dynlist; _dynlist="$*" set +o noglob (($# < 1)) && resp=done && return - : ${_dyndef:=$1} + echo "Available ${_name}s are: $_dynlist." _q="Which $_name $_query?" echo -n "$_q (or 'done') ${_dyndef:+[$_dyndef] }" |