Explorar el Código

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

Sergey Poznyakoff hace 20 años
padre
commit
b2a65edf5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 	}
     }