summaryrefslogtreecommitdiff
path: root/security/nss/tests
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2004-02-04 02:23:40 +0000
committernelsonb%netscape.com <devnull@localhost>2004-02-04 02:23:40 +0000
commite6f19517a2077d7658f0793a3410cc8b960b4243 (patch)
tree0b1ab2d9c2a76a69b1672dc5b68561f6b3aeb93b /security/nss/tests
parent447ee7cbd86f3adce79037faa712090133059330 (diff)
downloadnss-hg-e6f19517a2077d7658f0793a3410cc8b960b4243.tar.gz
Put in missing $, so log output will show actual commands exeuted.
Diffstat (limited to 'security/nss/tests')
-rwxr-xr-xsecurity/nss/tests/pkits/pkits.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/pkits/pkits.sh b/security/nss/tests/pkits/pkits.sh
index 1c7d1006a..877a97214 100755
--- a/security/nss/tests/pkits/pkits.sh
+++ b/security/nss/tests/pkits/pkits.sh
@@ -261,7 +261,7 @@ delete()
########################################################################
certImport()
{
- echo "certutil -d PKITSdb -A -t \",,\" -n $* -i certs/$*.crt"
+ echo "certutil -d PKITSdb -A -t \",,\" -n $* -i $certs/$*.crt"
certutil -d $PKITSdb -A -t ",," -n $* -i $certs/$*.crt > ${PKITSDIR}/cmdout.txt 2>&1
RET=$?
cat ${PKITSDIR}/cmdout.txt