Skip to content
Snippets Groups Projects
Commit 95304172 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Don't use IPC::Open2, it has a subtle race bug on Mac OS X 10.4. If

  the parent runs before the child, it closes some pipe file
  descriptors which causes the child to fail due to a bad file
  descriptor.  So we just use the normal open() function instead.
  
  This fixes NIX-14 (intermittent nix-pull failures).
parent a864aca4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment