diff options
Diffstat (limited to 'pbuilder-satisfydepends-classic')
-rwxr-xr-x | pbuilder-satisfydepends-classic | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pbuilder-satisfydepends-classic b/pbuilder-satisfydepends-classic index 56f1abd..c38e139 100755 --- a/pbuilder-satisfydepends-classic +++ b/pbuilder-satisfydepends-classic @@ -110,9 +110,7 @@ checkbuilddep_internal() { else # show the error for diagnostic purposes echo " -> Cannot install $PROVIDED; apt errors follow:" - if apt_sim $APTFLAG $INSTALLPKGLIST $PROVIDED; then - : - fi + apt_sim $APTFLAG $INSTALLPKGLIST $PROVIDED || true fi fi fi |