install_pkg(): remove another return value test.
This commit is contained in:
@@ -64,7 +64,7 @@ install_pkg()
|
|||||||
# Install dependencies required by this package.
|
# Install dependencies required by this package.
|
||||||
#
|
#
|
||||||
if [ -z "$doing_deps" ]; then
|
if [ -z "$doing_deps" ]; then
|
||||||
install_dependencies_pkg $pkg || return $?
|
install_dependencies_pkg $pkg
|
||||||
#
|
#
|
||||||
# At this point all required deps are installed, and
|
# At this point all required deps are installed, and
|
||||||
# only remaining is the origin package; install it.
|
# only remaining is the origin package; install it.
|
||||||
|
Reference in New Issue
Block a user