forked from lix-project/lix
Process --option use-case-hack properly
Fixes https://github.com/NixOS/nix/issues/2009.
This commit is contained in:
parent
9d1220a01d
commit
2b61c74922
|
@ -29,7 +29,7 @@ struct CaseHackSetting : public BaseSetting<bool>
|
||||||
void set(const std::string & str) override
|
void set(const std::string & str) override
|
||||||
{
|
{
|
||||||
BaseSetting<bool>::set(str);
|
BaseSetting<bool>::set(str);
|
||||||
nix::useCaseHack = true;
|
nix::useCaseHack = value;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue