diff options
-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 4a54f53a0d4..b7ee3dc564d 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.23 1998/04/11 09:47:27 deraadt Exp $ +# $OpenBSD: install.sh,v 1.24 1998/06/02 02:22:18 millert 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 @@ -499,7 +499,7 @@ while [ "X${resp}" = X"" ]; do echo -n "Password (again): " stty -echo - getresp "${_password}" + getresp "" stty echo echo "" if [ "${_password}" != "${resp}" ]; then |