Add parentheses to fix operator precedence
This commit is contained in:
@@ -382,7 +382,7 @@ sub evalJobs {
|
|||||||
push @cmd, "--meta";
|
push @cmd, "--meta";
|
||||||
push @cmd, "--constituents";
|
push @cmd, "--constituents";
|
||||||
push @cmd, "--force-recurse";
|
push @cmd, "--force-recurse";
|
||||||
push @cmd, ("--option", "allow-import-from-derivation", "false") if $config->{allow_import_from_derivation} // "true" ne "true";
|
push @cmd, ("--option", "allow-import-from-derivation", "false") if ($config->{allow_import_from_derivation} // "true") ne "true";
|
||||||
push @cmd, ("--workers", $config->{evaluator_workers} // 1);
|
push @cmd, ("--workers", $config->{evaluator_workers} // 1);
|
||||||
push @cmd, ("--max-memory-size", $config->{evaluator_max_memory_size} // 4096);
|
push @cmd, ("--max-memory-size", $config->{evaluator_max_memory_size} // 4096);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user