[63271] trunk/base/src/port/port.tcl

raimue at macports.org raimue at macports.org
Sat Jan 30 20:20:18 PST 2010


Revision: 63271
          http://trac.macports.org/changeset/63271
Author:   raimue at macports.org
Date:     2010-01-30 20:20:15 -0800 (Sat, 30 Jan 2010)
Log Message:
-----------
port/port.tcl: Add missing close-bracket, fixes breakage introduced in r63269

Revision Links:
--------------
    http://trac.macports.org/changeset/63269

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2010-01-31 04:11:40 UTC (rev 63270)
+++ trunk/base/src/port/port.tcl	2010-01-31 04:20:15 UTC (rev 63271)
@@ -1472,7 +1472,7 @@
         set portpath [macports::getportdir $porturl]
         set logfile [file join [macports::getportlogpath $portpath] "main.log"]
         if {[file exists $logfile]} {
-            if {[catch {set fp [open $logfile r]} result} {
+            if {[catch {set fp [open $logfile r]} result]} {
                 break_softcontinue "Could not open file $logfile: $result" 1 status
             }
             set data [read $fp]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100130/fc016d8e/attachment.html>


More information about the macports-changes mailing list