From 02d99da9760bc17ee383b7fffcd539b1731e3da5 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Thu, 13 Jan 2011 22:20:27 -0800 Subject: - (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name. --- regress/cert-hostkey.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress/cert-hostkey.sh') diff --git a/regress/cert-hostkey.sh b/regress/cert-hostkey.sh index c23a41c68..6ccf54cc0 100644 --- a/regress/cert-hostkey.sh +++ b/regress/cert-hostkey.sh @@ -35,7 +35,7 @@ for ktype in rsa dsa $ecdsa ; do -n $HOSTS $OBJ/cert_host_key_${ktype} || fail "couldn't sign cert_host_key_${ktype}" # v00 ecdsa certs do not exist - test "{ktype}" = "ecdsa" && continue + test "${ktype}" = "ecdsa" && continue cp $OBJ/cert_host_key_${ktype} $OBJ/cert_host_key_${ktype}_v00 cp $OBJ/cert_host_key_${ktype}.pub $OBJ/cert_host_key_${ktype}_v00.pub ${SSHKEYGEN} -t v00 -h -q -s $OBJ/host_ca_key \ -- cgit v1.2.3