summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2002-01-28 20:59:23 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2002-01-28 20:59:23 +0000
commit2bfb7d1542baf73be78cb40ec0b6d487d67eb47f (patch)
tree2c12acfbc326a2df4a1f20ce30a317832c1f938d
parentf6350a9d010b92e97f6a964b4604d855394df16d (diff)
downloadnss-hg-2bfb7d1542baf73be78cb40ec0b6d487d67eb47f.tar.gz
fixed typo
-rw-r--r--security/nss/tests/header2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/header b/security/nss/tests/header
index 0e1b5868b..c6d8d893b 100644
--- a/security/nss/tests/header
+++ b/security/nss/tests/header
@@ -469,7 +469,7 @@ tbx_dirs()
Debug "Setting RESULTDIR for tinderbox"
TXB_NOBITS=""
(echo $NSS_VER_DIR | grep 64 && TXB_NOBITS=64) >/dev/null
- TRD="${HOST}{$TXB_NOBITS}-`date +%Y%m%d-%H.%M`"
+ TRD="${HOST}${TXB_NOBITS}-`date +%Y%m%d-%H.%M`"
RESULTDIR="${NSS_VER_DIR}/tinderbox/tests_results/security/${TRD}"
fi
TBX_DAILY_BUILD=`cd ../../../../..;pwd`