From: Jani Taskinen Date: Thu, 14 May 2009 21:23:35 +0000 (+0000) Subject: - Fix the harmless patch that caused harm :) X-Git-Tag: php-5.3.0RC3~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0ce0e793289b4657380412c39314546b463956b;p=php - Fix the harmless patch that caused harm :) --- diff --git a/build/order_by_dep.awk b/build/order_by_dep.awk index bc492b79e6..0fdd960652 100644 --- a/build/order_by_dep.awk +++ b/build/order_by_dep.awk @@ -77,7 +77,7 @@ END { out_count = 0; while (count(mods)) { - for (i = 0; i < mod_count - 1; i++) { + for (i = 0; i <= mod_count - 1; i++) { if (i in mods) { do_deps(i); }