View | Details | Raw Unified | Return to bug 29997
Collapse All | Expand All

(-)rblcheck/scripts/configure.rbl (-1 / +1 lines)
Lines 22-28 Link Here
22
	if [ ${TODAY} -lt 20010801 ]; then
22
	if [ ${TODAY} -lt 20010801 ]; then
23
		OPTIONS="\"MAPS_RBL\" \"MAPS_DUL\" \"MAPS_RSS\""
23
		OPTIONS="\"MAPS_RBL\" \"MAPS_DUL\" \"MAPS_RSS\""
24
	else
24
	else
25
		OPTIONS="ORBZ"
25
		OPTIONS="\"ORBZ\""
26
	fi
26
	fi
27
	if [ "x${OPTIONS}" != "x" ]; then
27
	if [ "x${OPTIONS}" != "x" ]; then
28
		set ${OPTIONS}
28
		set ${OPTIONS}

Return to bug 29997