From: Sergey Poznyakoff Date: Tue, 16 Nov 2004 11:02:45 +0000 (+0000) Subject: Fixed -o semantics. Thanks Jean Delvare X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=b2a65edf5c35157642f6bfafd0c203a2a59d1fea;p=chaz%2Ftar Fixed -o semantics. Thanks Jean Delvare --- diff --git a/src/tar.c b/src/tar.c index b127109..56a8e73 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1417,7 +1417,7 @@ decode_options (int argc, char **argv) else { /* UNIX98 compatibility */ - same_owner_option = 1; + same_owner_option = -1; } }