--- trunk/base/src/port1.0/portlivecheck.tcl 2010-08-29 01:14:02 UTC (rev 70978)
+++ trunk/base/src/port1.0/portlivecheck.tcl 2010-08-29 01:35:43 UTC (rev 70979)
@@ -80,7 +80,7 @@
ui_debug "Port (livecheck) version is ${livecheck.version}"
set curl_options {}
- if [tbool ${livecheck.ignore_sslcert}] {
+ if [tbool livecheck.ignore_sslcert] {
lappend curl_options "--ignore-ssl-cert"
}