summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonmi%netscape.com <devnull@localhost>2001-02-20 23:11:55 +0000
committersonmi%netscape.com <devnull@localhost>2001-02-20 23:11:55 +0000
commitab43c92991ce6ef19d52689d0e84e4bd0cc6c11b (patch)
treebfb426f609ce89658d3276942725c8647fb95dd3
parent7ced4aedee513ec5d6aa608bd9fc16e6b0e99fbb (diff)
downloadnss-hg-ab43c92991ce6ef19d52689d0e84e4bd0cc6c11b.tar.gz
test choked on a ]# - replaced by ] #
-rw-r--r--security/nss/tests/header4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/tests/header b/security/nss/tests/header
index 1848d56de..f39bddeb9 100644
--- a/security/nss/tests/header
+++ b/security/nss/tests/header
@@ -67,8 +67,8 @@ if [ -z "$O_INIT" ] # header is global, some including scripts may not
then # want the init to run, the others don't need to bother
O_INIT=ON
fi
-if [ -z "$O_PARAM" ]# header is global, some including scripts may not
-then # require parameters, the others don't need to bother
+if [ -z "$O_PARAM" ] # header is global, some including scripts may not
+then # require parameters, the others don't need to bother
O_PARAM=ON
fi
if [ -z "$O_OPTIONS" ] # header is global, some including scripts may not