Skip to content

Commit c0ce0e7

Browse files
author
Jani Taskinen
committed
- Fix the harmless patch that caused harm :)
1 parent 5910fca commit c0ce0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/order_by_dep.awk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ END {
7777
out_count = 0;
7878

7979
while (count(mods)) {
80-
for (i = 0; i < mod_count - 1; i++) {
80+
for (i = 0; i <= mod_count - 1; i++) {
8181
if (i in mods) {
8282
do_deps(i);
8383
}

0 commit comments

Comments
 (0)