From f0711f1e8ed3ca8e9a126057a18f4ef540de1de9 Mon Sep 17 00:00:00 2001 From: "kaie%kuix.de" Date: Wed, 9 Jan 2013 17:47:50 +0000 Subject: [PATCH] Bug 772144, add a comment to the bustage fix, requested by relyea git-svn-id: svn://10.0.0.236/trunk@264634 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/tests/chains/chains.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/security/nss/tests/chains/chains.sh b/mozilla/security/nss/tests/chains/chains.sh index 54fade6f25d..d7c57d24a23 100644 --- a/mozilla/security/nss/tests/chains/chains.sh +++ b/mozilla/security/nss/tests/chains/chains.sh @@ -188,6 +188,9 @@ chains_init() mkdir -p "${NSS_AIA_PATH}" SAVEPWD=`pwd` cd "${NSS_AIA_PATH}" + # Start_httpserv sets environment variables, which are required for + # correct cleanup. (Running it in a subshell doesn't work, the + # value of $SHELL_HTTPPID wouldn't arrive in this scope.) start_httpserv cd "${SAVEPWD}" fi