fixed a small warning of uninitialized values.

pull/4/head
agentzh (章亦春) 14 years ago
parent dc2394d5ac
commit c8505d3a36

2
util/configure vendored

@ -206,7 +206,7 @@ sub shell ($@) {
unless ($dry_run) {
system($cmd) == 0 or
die "failed to run command @_\n";
die "failed to run command: $cmd\n";
}
}

Loading…
Cancel
Save