forked from lix-project/lix
* nix-build: pass the --show-trace flag.
This commit is contained in:
parent
d413612029
commit
20b6f94b65
|
@ -112,6 +112,10 @@ EOF
|
||||||
$dryRun = 1;
|
$dryRun = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
elsif ($arg eq "--show-trace") {
|
||||||
|
push @instArgs, $arg;
|
||||||
|
}
|
||||||
|
|
||||||
elsif (substr($arg, 0, 1) eq "-") {
|
elsif (substr($arg, 0, 1) eq "-") {
|
||||||
push @buildArgs, $arg;
|
push @buildArgs, $arg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue