From 7def184ade5034dcb9ed2cc32f7263e8b1008b46 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 20 Aug 2016 08:10:09 +0200 Subject: [PATCH] build/ports: implicit subshell blues, doesn't work! --- build/ports.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build/ports.sh b/build/ports.sh index e9a099eb..6553dd25 100644 --- a/build/ports.sh +++ b/build/ports.sh @@ -88,14 +88,8 @@ echo "${PORTS_LIST}" | while read PORT_ORIGIN; do echo ">>> Building \${PORT_ORIGIN}" make -C ${PORTSDIR}/\${PORT_ORIGIN} install \ PRODUCT_FLAVOUR=${PRODUCT_FLAVOUR} \ - UNAME_r=\$(freebsd-version) || \ - PORT_ERROR="\${PORT_ORIGIN} \${PORT_ERROR}" + UNAME_r=\$(freebsd-version) done - -if [ -n "\${PORT_ERROR}" ]; then - echo ">>> The following ports did not finish: \${PORT_ERROR}" - exit 1 -fi EOF # unblock SIGINT