#114 Fix for older versions of bash
Pull request opened by donn
macOS ships an old version of bash, namely GNU bash, version 3.2.57(1). This is the same shell used for Make. It doesn't support the shorthand &| operator.
This manually expands it to 2>&1 |.
RTimothyEdwards/open_pdks