[90188] trunk/base/src/port/portindex.tcl
jmr at macports.org
jmr at macports.org
Sat Feb 25 10:55:02 PST 2012
Revision: 90188
http://trac.macports.org/changeset/90188
Author: jmr at 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
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120225/08ca6308/attachment.html>
More information about the macports-changes
mailing list