Fix Debian bug 230872, originally reported by Jeff King in

<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230872>.
This commit is contained in:
Paul Eggert
2004-02-15 08:36:20 +00:00
parent f6db096374
commit 8b107d09e1
3 changed files with 45 additions and 68 deletions
-3
View File
@@ -1275,9 +1275,6 @@ see the file named COPYING for details."));
if (archive_format == DEFAULT_FORMAT)
archive_format = DEFAULT_ARCHIVE_FORMAT;
if (archive_format == GNU_FORMAT && getenv ("POSIXLY_CORRECT"))
archive_format = POSIX_FORMAT; /*FIXME?*/
if (volume_label_option && subcommand_option == CREATE_SUBCOMMAND)
assert_format (FORMAT_MASK (OLDGNU_FORMAT)
| FORMAT_MASK (GNU_FORMAT));