[60449] trunk/base/src/package1.0/portarchive.tcl
snc at macports.org
snc at macports.org
Thu Nov 12 12:01:35 PST 2009
Revision: 60449
http://trac.macports.org/changeset/60449
Author: snc at macports.org
Date: 2009-11-12 12:01:34 -0800 (Thu, 12 Nov 2009)
Log Message:
-----------
add missing brace
Modified Paths:
--------------
trunk/base/src/package1.0/portarchive.tcl
Modified: trunk/base/src/package1.0/portarchive.tcl
===================================================================
--- trunk/base/src/package1.0/portarchive.tcl 2009-11-12 19:54:10 UTC (rev 60448)
+++ trunk/base/src/package1.0/portarchive.tcl 2009-11-12 20:01:34 UTC (rev 60449)
@@ -100,7 +100,7 @@
set archive.fulldestpath ${archive.destpath}
}
- if {![file exists ${archive.fulldestpath}] {
+ if {![file exists ${archive.fulldestpath}]} {
file mkdir ${archive.fulldestpath}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091112/9fd75151/attachment.html>
More information about the macports-changes
mailing list