mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
nix/cat: Fix mingw for real
This commit is contained in:
parent
26bf932e41
commit
8f89d8c139
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ struct CmdCatNar : StoreCommand, MixCat
|
||||||
if (path == neededPath) {
|
if (path == neededPath) {
|
||||||
logger->stop();
|
logger->stop();
|
||||||
crfSink.skipContents = false;
|
crfSink.skipContents = false;
|
||||||
crfSink.fd = STDOUT_FILENO;
|
crfSink.fd = getStandardOutput();
|
||||||
found = true;
|
found = true;
|
||||||
} else {
|
} else {
|
||||||
crfSink.skipContents = true;
|
crfSink.skipContents = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue