From b2a65edf5c35157642f6bfafd0c203a2a59d1fea Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 16 Nov 2004 11:02:45 +0000 Subject: [PATCH] Fixed -o semantics. Thanks Jean Delvare --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.44.0