mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Doh!
svn path=/nixpkgs/branches/kernel-config/; revision=18944
This commit is contained in:
parent
a6d31beba7
commit
ec2fd60f88
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ close CONFIG;
|
|||
foreach my $name (sort (keys %answers)) {
|
||||
my $f = $requiredAnswers{$name} && $ENV{'ignoreConfigErrors'} ne "1"
|
||||
? sub { die @_; } : sub { warn @_; };
|
||||
my $f = sub { warn @_; };
|
||||
&$f("unused option: $name\n") unless defined $config{$name};
|
||||
&$f("option not set correctly: $name\n")
|
||||
if $config{$name} && $config{$name} ne $answers{$name};
|
||||
|
|
Loading…
Reference in a new issue