[37786] trunk/base/src/port/port.tcl

ryandesign at macports.org ryandesign at macports.org
Mon Jun 23 04:44:42 PDT 2008


Revision: 37786
          http://trac.macosforge.org/projects/macports/changeset/37786
Author:   ryandesign at macports.org
Date:     2008-06-23 04:44:41 -0700 (Mon, 23 Jun 2008)
Log Message:
-----------
port.tcl: fix bug from r37756: allow 'port ed --editor' to work

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2008-06-23 11:06:33 UTC (rev 37785)
+++ trunk/base/src/port/port.tcl	2008-06-23 11:44:41 UTC (rev 37786)
@@ -2302,7 +2302,7 @@
                     if {[info exists local_options(ports_edit_editor)]} {
                         set editor $local_options(ports_edit_editor)
                     } elseif {[info exists local_options(ports_ed_editor)]} {
-                        set editor $local_options(ports_edit_editor)
+                        set editor $local_options(ports_ed_editor)
                     } else {
                         foreach ed { VISUAL EDITOR } {
                             if {[info exists env($ed)]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080623/0941199d/attachment.htm 


More information about the macports-changes mailing list