Revision
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

Diff

Modified: trunk/base/src/port/portindex.tcl (90187 => 90188)


--- 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
 }