mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Correct a bug that caused alien to ignore failing commands. Closes: #424858
This commit is contained in:
@@ -446,7 +446,8 @@ sub do {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# parent
|
# parent
|
||||||
return (waitpid($pid, 0) > 0);
|
my $ret=(waitpid($pid, 0) > 0);
|
||||||
|
return ! $ret || ! $?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -1,9 +1,10 @@
|
|||||||
alien (8.67) UNRELEASED; urgency=low
|
alien (8.67) unstable; urgency=low
|
||||||
|
|
||||||
* Update the url to the web page, and remove several other broken urls from
|
* Update the url to the web page, and remove several other broken urls from
|
||||||
the README.
|
the README.
|
||||||
|
* Correct a bug that caused alien to ignore failing commands. Closes: #424858
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Thu, 17 May 2007 00:10:53 -0400
|
-- Joey Hess <joeyh@debian.org> Thu, 17 May 2007 13:31:56 -0400
|
||||||
|
|
||||||
alien (8.66) unstable; urgency=low
|
alien (8.66) unstable; urgency=low
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user