[124038] branches/gsoc14-cleanup/src/macports1.0/reclaim.tcl
ksammons at macports.org
ksammons at macports.org
Sun Aug 17 10:25:12 PDT 2014
Revision: 124038
https://trac.macports.org/changeset/124038
Author: ksammons at macports.org
Date: 2014-08-17 10:25:12 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
Removed restriction on walking through the home folder
Modified Paths:
--------------
branches/gsoc14-cleanup/src/macports1.0/reclaim.tcl
Modified: branches/gsoc14-cleanup/src/macports1.0/reclaim.tcl
===================================================================
--- branches/gsoc14-cleanup/src/macports1.0/reclaim.tcl 2014-08-17 17:23:35 UTC (rev 124037)
+++ branches/gsoc14-cleanup/src/macports1.0/reclaim.tcl 2014-08-17 17:25:12 UTC (rev 124038)
@@ -210,11 +210,11 @@
}
ui_debug "Calling walk_files on home directory."
- # FIXME: Only commented because I accidentally delete all my dotfiles (including the home_dist location). It does in fact work on normal machines.
- #if {[walk_files $home_dist yes $dist_path] eq "no"} {
- # ui_msg "No distfiles found in home directory."
- #}
+ if {[walk_files $home_dist yes $dist_path] eq "no"} {
+ ui_msg "No distfiles found in home directory."
+ }
+
return 0
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/97325abf/attachment-0001.html>
More information about the macports-changes
mailing list