install_pkg(): remove another return value test.

This commit is contained in:
Juan RP 2010-05-12 02:16:31 +02:00
parent 9b0ee1ea38
commit c57efc958f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ install_pkg()
# Install dependencies required by this package.
#
if [ -z "$doing_deps" ]; then
install_dependencies_pkg $pkg || return $?
install_dependencies_pkg $pkg
#
# At this point all required deps are installed, and
# only remaining is the origin package; install it.