From dbde6e849edfc2420eeba387b74348540034b6eb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 21 Sep 2014 11:25:38 +0200 Subject: [PATCH] Revert "Revert "xbps-src: when all deps have been processed exit directly."" This reverts commit ad79b8e7e28824ebd77966d02fc7107cc0fcd444. --- common/xbps-src/shutils/pkgtarget.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/pkgtarget.sh b/common/xbps-src/shutils/pkgtarget.sh index 02c3ca9e5b..6ef322fcec 100644 --- a/common/xbps-src/shutils/pkgtarget.sh +++ b/common/xbps-src/shutils/pkgtarget.sh @@ -114,7 +114,7 @@ install_pkg() { # Package built successfully. Exit directly due to nested install_pkg # and install_pkg_deps functions. remove_cross_pkg $cross - return 0 + exit 0 fi }