From ad79b8e7e28824ebd77966d02fc7107cc0fcd444 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 5 Sep 2014 12:57:15 +0200 Subject: [PATCH] Revert "xbps-src: when all deps have been processed exit directly." This reverts commit 9bf1ba5f8822682969cc1fb57248a81fcee57e96. I still think the behaviour I observed was related to something else. --- 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 6ef322fcec..02c3ca9e5b 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 - exit 0 + return 0 fi }