mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-05 15:56:55 +00:00
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user