- (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name.

This commit is contained in:
Tim Rice 2011-01-13 22:20:27 -08:00
parent e9b40487fa
commit 02d99da976
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
host-key-force target rather than a substitution that is replaced with a
comment so that the Makefile.in is still a syntactically valid Makefile
(useful to run the distprep target)
- (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name.
20110213
- (djm) [misc.c] include time.h for nanosleep() prototype

View File

@ -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 \