bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] Bug with TAR_OPTIONS and exclude-from in tar 1.29


From: Jan Larres
Subject: [Bug-tar] Bug with TAR_OPTIONS and exclude-from in tar 1.29
Date: Tue, 6 Sep 2016 19:21:53 +1200
User-agent: NeoMutt/ (1.7.0)

Hi,

tar 1.29 seems to have broken the use of the --exclude-from option when used
in the TAR_OPTIONS environment variable.

Here's a simple example.

This works:

$ touch foo
$ TAR_OPTIONS= tar cf foo.tar foo
$

But this doesn't:

$ touch foo excludes
$ TAR_OPTIONS="--exclude-from=excludes" tar cf foo.tar foo
tar: : No such file or directory
tar: Error is not recoverable: exiting now
$

This worked before, so something must have changed in tar 1.29.

Thanks,
Jan

-- 
-[ OpenPGP key ID: 00A0FD5F ]-
A learning experience is one of those things that say, "You know that thing
you just did? Don't do that."
                -- Douglas Adams

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]