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:
2
util/configure
vendored
2
util/configure
vendored
@ -206,7 +206,7 @@ sub shell ($@) {
|
|||||||
|
|
||||||
unless ($dry_run) {
|
unless ($dry_run) {
|
||||||
system($cmd) == 0 or
|
system($cmd) == 0 or
|
||||||
die "failed to run command @_\n";
|
die "failed to run command: $cmd\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user