jyf111 opened a new issue, #23688: URL: https://github.com/apache/doris/issues/23688
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version git commit a1505d25 ### What's Wrong? PR #23618 uses process substitution (`<(...)`) in env.sh, which is not supported by `sh`. As a result, when I follow the doc [direct-compilation-ubuntu](https://doris.apache.org/docs/dev/install/source-install/compilation-general/#direct-compilation-ubuntu) and run `sh build.sh`, it fails, and I need to run `bash build.sh` or `./build.sh` instead. ```bash $ sh build.sh Python 2.7.5 /root/doris/env.sh: line 149: syntax error near unexpected token `<' $ which sh /usr/bin/sh ``` ### What You Expected? Run `sh build.sh` successfully. ### How to Reproduce? Git clone the latest code and follow the doc [direct-compilation-ubuntu](https://doris.apache.org/docs/dev/install/source-install/compilation-general/#direct-compilation-ubuntu). ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org