fixed a small warning of uninitialized values.
This commit is contained in:
parent
dc2394d5ac
commit
c8505d3a36
|
@ -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…
Reference in New Issue