Parcourir la source

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

Sergey Poznyakoff il y a 20 ans
Parent
commit
b2a65edf5c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 	}
     }