Fixed -o semantics. Thanks Jean Delvare <khali@linux-fr.org>
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 16 Nov 2004 11:02:45 +0000 (11:02 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 16 Nov 2004 11:02:45 +0000 (11:02 +0000)
src/tar.c

index b127109e2e71c999195dc53b574d34204bf4ef20..56a8e730656f75b5355741e9b381e653980ceb72 100644 (file)
--- 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;
        }
     }