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: $!";
|
||||
waitpid $cpid, 0;
|
||||
if ($? != 0) {
|
||||
error("failed to start " . (join " ", @argv));
|
||||
error("failed to run " . (join " ", @argv));
|
||||
}
|
||||
} else {
|
||||
if (!copy($rfh, $options->{target})) {
|
||||
|
|
Loading…
Reference in a new issue