diff options
author | Bill Nottingham <notting@redhat.com> | 2002-06-07 05:19:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-06-07 05:19:38 +0000 |
commit | 3697726ba0f2237dcd946003c742888bc3b8c7a7 (patch) | |
tree | fd8ce238c7c6f4fa59f3e1ebe6ca22ad3cb95da6 /isomd5sum | |
parent | 7f9312d5d94dd5041b573f337b27aad7e8cfeb2d (diff) | |
download | anaconda-3697726ba0f2237dcd946003c742888bc3b8c7a7.tar.gz anaconda-3697726ba0f2237dcd946003c742888bc3b8c7a7.tar.xz anaconda-3697726ba0f2237dcd946003c742888bc3b8c7a7.zip |
return 0 on success
Diffstat (limited to 'isomd5sum')
-rw-r--r-- | isomd5sum/implantisomd5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isomd5sum/implantisomd5.c b/isomd5sum/implantisomd5.c index 80ac43f7c..5e30a4331 100644 --- a/isomd5sum/implantisomd5.c +++ b/isomd5sum/implantisomd5.c @@ -171,4 +171,5 @@ int main(int argc, char **argv) { close(isofd); printf("Done!\n"); + exit(0); } |