[75820] trunk/base/src/port1.0/portlint.tcl
Revision: 75820 http://trac.macports.org/changeset/75820 Author: jmr@macports.org Date: 2011-02-09 08:43:17 -0800 (Wed, 09 Feb 2011) Log Message: ----------- fix syntax in portlint Modified Paths: -------------- trunk/base/src/port1.0/portlint.tcl Modified: trunk/base/src/port1.0/portlint.tcl =================================================================== --- trunk/base/src/port1.0/portlint.tcl 2011-02-09 16:42:53 UTC (rev 75819) +++ trunk/base/src/port1.0/portlint.tcl 2011-02-09 16:43:17 UTC (rev 75820) @@ -269,7 +269,7 @@ } if {$hashline && - ![string match \\\\ [string index $line [string length $line]-1]]} { + ![string match \\\\ [string index $line end]]} { # if the last character is not a backslash we're done with # line skipping set hashline false
participants (1)
-
jmr@macports.org