* nix-build: pass the --show-trace flag.

This commit is contained in:
Eelco Dolstra 2009-07-15 09:10:38 +00:00
parent d413612029
commit 20b6f94b65

View file

@ -112,6 +112,10 @@ EOF
$dryRun = 1;
}
elsif ($arg eq "--show-trace") {
push @instArgs, $arg;
}
elsif (substr($arg, 0, 1) eq "-") {
push @buildArgs, $arg;
}