forked from josch/mmdebstrap
improve error message about arch not being executable
This commit is contained in:
parent
22c90c2ca6
commit
59472cc8fc
1 changed files with 1 additions and 1 deletions
|
@ -2044,7 +2044,7 @@ sub main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
error "qemu user emulation of $nativearch using binfmt_misc failed";
|
error "$nativearch can neither be executed natively nor via qemu user emulation with binfmt_misc";
|
||||||
} elsif ($withemu == 0 and $noemu == 1) {
|
} elsif ($withemu == 0 and $noemu == 1) {
|
||||||
error "arch-test succeeded without emu but not with emu";
|
error "arch-test succeeded without emu but not with emu";
|
||||||
} elsif ($withemu == 1 and $noemu == 0) {
|
} elsif ($withemu == 1 and $noemu == 0) {
|
||||||
|
|
Loading…
Reference in a new issue