Skip to content

Commit

Permalink
MFC: proper return status.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkh authored and jkh committed Dec 20, 1999
1 parent c6d3bb1 commit d1f5324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/sysinstall/package.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,5 @@ package_extract(Device *dev, char *name, Boolean depended)
ret = DITEM_FAILURE;
}
signal(SIGPIPE, SIG_IGN);
return ret | DITEM_RESTORE;
return ret;
}

0 comments on commit d1f5324

Please sign in to comment.