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

jmr at macports.org jmr at macports.org
Wed Apr 27 08:54:11 PDT 2011


Revision: 78179
          http://trac.macports.org/changeset/78179
Author:   jmr at macports.org
Date:     2011-04-27 08:54:11 -0700 (Wed, 27 Apr 2011)
Log Message:
-----------
typo

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

Modified: trunk/base/src/port1.0/portclean.tcl
===================================================================
--- trunk/base/src/port1.0/portclean.tcl	2011-04-27 15:51:39 UTC (rev 78178)
+++ trunk/base/src/port1.0/portclean.tcl	2011-04-27 15:54:11 UTC (rev 78179)
@@ -241,7 +241,7 @@
 proc portclean::clean_logs {args} {
     global portpath portbuildpath worksymlink portverbose keeplogs prefix subport
     set logpath [getportlogpath $portpath]
-    ser subdir [file join $logpath $subport]
+    set subdir [file join $logpath $subport]
   	if {[file isdirectory $subdir]} {
         ui_debug "Removing directory: ${subdir}"
         if {[catch {delete $subdir} result]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110427/196bc4ca/attachment-0001.html>


More information about the macports-changes mailing list