Always use --unlink. It's too easy to lose if you don't.

This commit is contained in:
thorpej 1997-10-10 00:16:02 +00:00
parent bde51b6f93
commit 0640101d32

View File

@ -18,7 +18,7 @@ along with GNU Tar; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$NetBSD: tar.c,v 1.10 1997/06/06 07:59:55 jeremy Exp $";
static char rcsid[] = "$NetBSD: tar.c,v 1.11 1997/10/10 00:16:02 thorpej Exp $";
#endif /* not lint */
/*
@ -209,6 +209,9 @@ main (argc, argv)
options (argc, argv);
/* Always force `--unlink'. */
f_unlink = 1;
if (!n_argv)
name_init (argc, argv);