Browse Source

Fixed -o semantics. Thanks Jean Delvare <khali@linux-fr.org>

Sergey Poznyakoff 20 years ago
parent
commit
b2a65edf5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tar.c

+ 1 - 1
src/tar.c

@@ -1417,7 +1417,7 @@ decode_options (int argc, char **argv)
       else
 	{
 	  /* UNIX98 compatibility */
-	  same_owner_option = 1;
+	  same_owner_option = -1;
 	}
     }