[69340] trunk/base/src/port1.0/portclean.tcl

snc at macports.org snc at macports.org
Thu Jul 1 05:22:07 PDT 2010


Revision: 69340
          http://trac.macports.org/changeset/69340
Author:   snc at macports.org
Date:     2010-07-01 05:22:06 -0700 (Thu, 01 Jul 2010)
Log Message:
-----------
put "info exists" inside brackets

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

Modified: trunk/base/src/port1.0/portclean.tcl
===================================================================
--- trunk/base/src/port1.0/portclean.tcl	2010-07-01 12:15:59 UTC (rev 69339)
+++ trunk/base/src/port1.0/portclean.tcl	2010-07-01 12:22:06 UTC (rev 69340)
@@ -124,7 +124,7 @@
     }
 
     set count 0
-    if {info exists patchfiles} {
+    if {[info exists patchfiles]} {
         foreach file [option patchfiles] {
             set patchfile [getdistname $file]
             ui_debug "Looking for $patchfile"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100701/8bffd2e7/attachment.html>


More information about the macports-changes mailing list