Skip to content

Commit

Permalink
Process --option use-case-hack properly
Browse files Browse the repository at this point in the history
Fixes NixOS#2009.
  • Loading branch information
edolstra authored and coreyoconnor committed Mar 28, 2018
1 parent e01c01f commit 5087765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/globals.hh
Expand Up @@ -29,7 +29,7 @@ struct CaseHackSetting : public BaseSetting<bool>
void set(const std::string & str) override
{
BaseSetting<bool>::set(str);
nix::useCaseHack = true;
nix::useCaseHack = value;
}
};

Expand Down

0 comments on commit 5087765

Please sign in to comment.