diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-05-02 05:18:47 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-05-02 05:18:47 +0000 |
| commit | 2e4e881bef69819c438faa8657a905333d23b6e7 (patch) | |
| tree | 2a11ea41a37b4f7351a0b237d393ead752c98624 /usr.bin/tar/bsdtar.c | |
| parent | c40b056519616cadd0ab80c220f5c1dfd9752d64 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tar/bsdtar.c')
| -rw-r--r-- | usr.bin/tar/bsdtar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c index 0c21d7c4c750..88b963bf86aa 100644 --- a/usr.bin/tar/bsdtar.c +++ b/usr.bin/tar/bsdtar.c @@ -788,7 +788,7 @@ version(void) printf("bsdtar %s - %s\n", BSDTAR_VERSION_STRING, archive_version()); - exit(1); + exit(0); } static const char *long_help_msg = |
