diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index d50a008be27..652a6e46087 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.61 1999/09/23 21:33:43 aaron Exp $ +# $OpenBSD: install.sh,v 1.62 1999/09/25 22:48:45 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -554,7 +554,7 @@ if [ X"$libssl" != X1 ]; then echo "not install the SSL+RSA libraries right now, they are easily" echo "installed later." echo -n "Install SSL+RSA libraries now via (f)tp, (h)ttp, or (n)ot? [$resp] " - getresp "n" + getresp "$resp" case "$resp" in f*|F*) THESETS=libssl |