[124037] branches/gsoc14-cleanup/src/macports1.0/doctor.tcl
ksammons at macports.org
ksammons at macports.org
Sun Aug 17 10:23:35 PDT 2014
Revision: 124037
https://trac.macports.org/changeset/124037
Author: ksammons at macports.org
Date: 2014-08-17 10:23:35 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
Removed FIXME comment, and fixed typo in function name
Modified Paths:
--------------
branches/gsoc14-cleanup/src/macports1.0/doctor.tcl
Modified: branches/gsoc14-cleanup/src/macports1.0/doctor.tcl
===================================================================
--- branches/gsoc14-cleanup/src/macports1.0/doctor.tcl 2014-08-17 17:17:14 UTC (rev 124036)
+++ branches/gsoc14-cleanup/src/macports1.0/doctor.tcl 2014-08-17 17:23:35 UTC (rev 124037)
@@ -96,7 +96,7 @@
"xcode_version_10.4" "xcode_build"}
set user_config_path ${macports::portdbpath}/port_doctor.ini
- set xcode_config_path [macports::getdefaultresourcepath "macports1.0/xcode_versions.ini"]
+ set xcode_config_path [macports::getdefaultportresourcepath "macports1.0/xcode_versions.ini"]
# Make sure at least a default copy of the xcode and user config exist
make_xcode_config $xcode_config_path
@@ -572,8 +572,6 @@
# Returns:
# None
- #FIXME: This most likely shouldn't be hardcoded... but for now it is. Fix it.
-
if {[file exists $path] == 0} {
ui_warn "No configuration file found at $path. Please run, \
\"port selfupdate\""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/454839c3/attachment.html>
More information about the macports-changes
mailing list