LFS 6.9.1: command substitution: line 3: syntax error near unexpected token `)'
I encountered this error when compiling glibc. The apparent cause is that
bash can not deal with brackets correctly. So even a simple command like echo
$(ls)
will fail with the same error (command substitution).