summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2000-06-20 17:47:06 +0000
committerrelyea%netscape.com <devnull@localhost>2000-06-20 17:47:06 +0000
commitc49c2d1066f57651f1726f8f46b0662c898f0ab1 (patch)
treee253d954688f641f6da187cec0c98b21ed5ea9d2
parent808225c329f738ccbc7e84de8a0a29096d278886 (diff)
downloadnss-hg-c49c2d1066f57651f1726f8f46b0662c898f0ab1.tar.gz
Shell script should work even if '.' is not in your path
-rwxr-xr-xsecurity/nss/tests/all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/all.sh b/security/nss/tests/all.sh
index 168254c8a..ca0fba124 100755
--- a/security/nss/tests/all.sh
+++ b/security/nss/tests/all.sh
@@ -5,7 +5,7 @@
CURDIR=`pwd`
TESTS="ssl"
cd common
-. init.sh
+. ./init.sh
export MOZILLA_ROOT
export COMMON
export DIST