aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-classic
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-05 16:33:59 +0100
committerLoïc Minier <lool@dooz.org>2010-01-05 16:33:59 +0100
commit4ae7cf16884bee707171ac8e1c83534fc2de4c79 (patch)
tree8d4f2ea1078aa792def00d20beb3e0e582a46c95 /pbuilder-satisfydepends-classic
parent5d3dba6bc84c748906277346c119d116ac56073b (diff)
downloadpbuilder-4ae7cf16884bee707171ac8e1c83534fc2de4c79.tar
pbuilder-4ae7cf16884bee707171ac8e1c83534fc2de4c79.tar.gz
Drop useless if construct
Diffstat (limited to 'pbuilder-satisfydepends-classic')
-rwxr-xr-xpbuilder-satisfydepends-classic4
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