[106980] trunk/base/src/macports1.0/macports.tcl
larryv at macports.org
larryv at macports.org
Wed Jun 12 21:29:22 PDT 2013
Revision: 106980
https://trac.macports.org/changeset/106980
Author: larryv at macports.org
Date: 2013-06-12 21:29:22 -0700 (Wed, 12 Jun 2013)
Log Message:
-----------
macports.tcl: Correct "file exist" to "file exists".
See https://lists.macosforge.org/pipermail/macports-dev/2013-June/022951.html.
Modified Paths:
--------------
trunk/base/src/macports1.0/macports.tcl
Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl 2013-06-13 03:55:16 UTC (rev 106979)
+++ trunk/base/src/macports1.0/macports.tcl 2013-06-13 04:29:22 UTC (rev 106980)
@@ -702,7 +702,7 @@
}
if {[info exists variants_conf]} {
- if {[file exist $variants_conf]} {
+ if {[file exists $variants_conf]} {
set fd [open $variants_conf r]
while {[gets $fd line] >= 0} {
set line [string trimright $line]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130612/0560ce70/attachment.html>
More information about the macports-changes
mailing list