Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The top level Makefile needs to use multiple []'s between ||'s to not cause problems for legacy shells such as the Bourne shell. For example: ```make -${Q} if [ -z "${MANDIR}" ] || [ ! -s calc.1 ]; then \ ... -${Q} if [ -z "${CATDIR}" ] || [ ! -s calc.cat1 ]; then \ ```
- Loading branch information