diff options
author | 1999-09-25 22:48:45 +0000 | |
---|---|---|
committer | 1999-09-25 22:48:45 +0000 | |
commit | 1cc5e3cf15778c7bcc073c226fb0bbc5ac694390 (patch) | |
tree | 313750e153e20f66cb4d5921e814da6c6f2438b9 | |
parent | spacing (diff) | |
download | wireguard-openbsd-1cc5e3cf15778c7bcc073c226fb0bbc5ac694390.tar.xz wireguard-openbsd-1cc5e3cf15778c7bcc073c226fb0bbc5ac694390.zip |
no default
-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 |