From 4ae7cf16884bee707171ac8e1c83534fc2de4c79 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Tue, 5 Jan 2010 16:33:59 +0100 Subject: Drop useless if construct --- pbuilder-satisfydepends-classic | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pbuilder-satisfydepends-classic') 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 -- cgit v1.2.3