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

cal at macports.org cal at macports.org
Wed Feb 19 12:35:59 PST 2014


Revision: 117222
          https://trac.macports.org/changeset/117222
Author:   cal at macports.org
Date:     2014-02-19 12:35:59 -0800 (Wed, 19 Feb 2014)
Log Message:
-----------
port.tcl: use ne instead of != for strings

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2014-02-19 20:09:11 UTC (rev 117221)
+++ trunk/base/src/port/port.tcl	2014-02-19 20:35:59 UTC (rev 117222)
@@ -240,7 +240,7 @@
 
 # show the URL for the ticket reporting instructions
 proc print_tickets_url {args} {
-    if {${macports::prefix} != "/usr/local" && ${macports::prefix} != "/usr"} {
+    if {${macports::prefix} ne "/usr/local" && ${macports::prefix} ne "/usr"} {
         ui_notice "To report a bug, follow the instructions in the guide:\n    http://guide.macports.org/#project.tickets"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140219/556d89fc/attachment.html>


More information about the macports-changes mailing list