diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-05-02 05:40:05 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-05-02 05:40:05 +0000 |
| commit | 01770c79837314c3ec1037bc523f34160042496c (patch) | |
| tree | 95d665a047d66e359f18cc2d61fc97ca1a03b2f2 /usr.bin/tar/bsdtar.c | |
| parent | 2e4e881bef69819c438faa8657a905333d23b6e7 (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 88b963bf86aa..7e33e5bf3dcd 100644 --- a/usr.bin/tar/bsdtar.c +++ b/usr.bin/tar/bsdtar.c @@ -638,7 +638,7 @@ main(int argc, char **argv) only_mode(bsdtar, buff, "cxt"); } if (bsdtar->create_format != NULL) - only_mode(bsdtar, "--format", "c"); + only_mode(bsdtar, "--format", "cru"); if (bsdtar->symlink_mode != '\0') { strcpy(buff, "-?"); buff[1] = bsdtar->symlink_mode; |
