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

jmr at macports.org jmr at macports.org
Sat Oct 9 17:35:56 PDT 2010


Revision: 72285
          http://trac.macports.org/changeset/72285
Author:   jmr at macports.org
Date:     2010-10-09 17:35:52 -0700 (Sat, 09 Oct 2010)
Log Message:
-----------
missing sigil on editor_var

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2010-10-09 22:35:53 UTC (rev 72284)
+++ trunk/base/src/port/port.tcl	2010-10-10 00:35:52 UTC (rev 72285)
@@ -3488,8 +3488,8 @@
                     # Find an editor to edit the portfile
                     set editor ""
                     set editor_var "ports_${action}_editor"
-                    if {[info exists local_options(editor_var)]} {
-                        set editor [join $local_options(editor_var)]
+                    if {[info exists local_options($editor_var)]} {
+                        set editor [join $local_options($editor_var)]
                     } 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/20101009/3231eb47/attachment.html>


More information about the macports-changes mailing list