I observed this when generating the build.sh script for a Raspberry Pi cross compilation:  ```bash $ ./build.sh ./build.sh: line 107: syntax error near unexpected token `fi' ./build.sh: line 107: `fi' ``` My workaround is to just comment out those lines.