[Nix-dev] [Nix-commits] SVN commit: nix - r31726 - nixpkgs/branches/stdenv-updates/pkgs/stdenv/generic

Eelco Dolstra e.dolstra at tudelft.nl
Fri Jan 20 09:48:17 CET 2012


On 01/20/2012 01:18 AM, Shea Levy wrote:

> On 1/19/12 5:18 PM, Eelco Dolstra wrote:
>> -            xz -d<   $curSrc | tar xv -
>> +            xz -d<   $curSrc | tar xvf -
>
> Why not  just 'xz -d<  $curSrc | tar xv' ?

That doesn't work on FreeBSD because its tar defaults to the tape device 
(iirc).

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/


More information about the nix-dev mailing list