Skip to content

Commit

Permalink
build/ports: implicit subshell blues, doesn't work!
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Aug 20, 2016
1 parent dca74ac commit 7def184
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build/ports.sh
Expand Up @@ -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
Expand Down

0 comments on commit 7def184

Please sign in to comment.