Revision
70979
Author
raimue@macports.org
Date
2010-08-28 18:35:43 -0700 (Sat, 28 Aug 2010)

Log Message

livecheck: Fix usage of tbool

Modified Paths

Diff

Modified: trunk/base/src/port1.0/portlivecheck.tcl (70978 => 70979)


--- 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"
     }