summaryrefslogtreecommitdiff
path: root/security/nss/tests/header
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/tests/header')
-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