[70979] trunk/base/src/port1.0/portlivecheck.tcl

raimue at macports.org raimue at macports.org
Sat Aug 28 18:35:46 PDT 2010


Revision: 70979
          http://trac.macports.org/changeset/70979
Author:   raimue at macports.org
Date:     2010-08-28 18:35:43 -0700 (Sat, 28 Aug 2010)
Log Message:
-----------
livecheck: Fix usage of tbool

Modified Paths:
--------------
    trunk/base/src/port1.0/portlivecheck.tcl

Modified: trunk/base/src/port1.0/portlivecheck.tcl
===================================================================
--- 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"
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100828/cd274a86/attachment.html>


More information about the macports-changes mailing list