mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
fixed a small warning of uninitialized values.
This commit is contained in:
parent
dc2394d5ac
commit
c8505d3a36
2
util/configure
vendored
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…
x
Reference in New Issue
Block a user