forked from josch/mmdebstrap
fix message 'failed to start' -> 'failed to run'
This commit is contained in:
parent
be2bb0bb7e
commit
ccae6de410
1 changed files with 1 additions and 1 deletions
|
@ -4686,7 +4686,7 @@ sub main() {
|
||||||
or error "Can't unblock signals: $!";
|
or error "Can't unblock signals: $!";
|
||||||
waitpid $cpid, 0;
|
waitpid $cpid, 0;
|
||||||
if ($? != 0) {
|
if ($? != 0) {
|
||||||
error("failed to start " . (join " ", @argv));
|
error("failed to run " . (join " ", @argv));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (!copy($rfh, $options->{target})) {
|
if (!copy($rfh, $options->{target})) {
|
||||||
|
|
Loading…
Reference in a new issue