Skip to content

Commit

Permalink
honour exit code from handler
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Jan 9, 2014
1 parent 9428c5d commit df6e679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidtool/bidtool.c
Expand Up @@ -614,5 +614,5 @@ int main(int argc, char *argv[])

BIDReleaseContext(gContext);

exit(0);
exit(err);
}

0 comments on commit df6e679

Please sign in to comment.