Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26001
b: refs/heads/master
c: aa1e816
h: refs/heads/master
i:
  25999: 4e78a43
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Apr 19, 2006
1 parent 41692c8 commit 8cee910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9dfb563b07b1aafcd7d40528ebfa7f9ce28f0556
refs/heads/master: aa1e816fc92215f94bdfd90107baae8fdc2440d1
4 changes: 3 additions & 1 deletion trunk/usr/gen_init_cpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ int main (int argc, char *argv[])
"ERROR: incorrect format, could not locate file type line %d: '%s'\n",
line_nr, line);
ec = -1;
break;
}

if ('\n' == *type) {
Expand Down Expand Up @@ -506,7 +507,8 @@ int main (int argc, char *argv[])
line_nr, line);
}
}
cpio_trailer();
if (ec == 0)
cpio_trailer();

exit(ec);
}

0 comments on commit 8cee910

Please sign in to comment.