25 Feb
2012
25 Feb
'12
6:55 p.m.
Revision: 90188 http://trac.macports.org/changeset/90188 Author: jmr@macports.org Date: 2012-02-25 10:55:00 -0800 (Sat, 25 Feb 2012) Log Message: ----------- fix max arg count for portindex Modified Paths: -------------- trunk/base/src/port/portindex.tcl Modified: trunk/base/src/port/portindex.tcl =================================================================== --- trunk/base/src/port/portindex.tcl 2012-02-25 18:26:50 UTC (rev 90187) +++ trunk/base/src/port/portindex.tcl 2012-02-25 18:55:00 UTC (rev 90188) @@ -165,7 +165,7 @@ } } -if {[expr $argc > 4]} { +if {[expr $argc > 8]} { print_usage exit 1 }