summaryrefslogtreecommitdiff
path: root/regress/cert-hostkey.sh
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2011-01-13 22:20:27 -0800
committerTim Rice <tim@multitalents.net>2011-01-13 22:20:27 -0800
commit02d99da9760bc17ee383b7fffcd539b1731e3da5 (patch)
tree236e887c1db4e3d793ef5566833d6fccab9e3d2a /regress/cert-hostkey.sh
parente9b40487fa41696a8f045ff7a5447ce9da511913 (diff)
downloadopenssh-git-02d99da9760bc17ee383b7fffcd539b1731e3da5.tar.gz
- (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name.
Diffstat (limited to 'regress/cert-hostkey.sh')
-rw-r--r--regress/cert-hostkey.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/cert-hostkey.sh b/regress/cert-hostkey.sh
index c23a41c6..6ccf54cc 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 \