simsicon opened a new pull request, #12180: URL: https://github.com/apache/dolphinscheduler/pull/12180
## Purpose of the pull request To fix #11236 ## Brief change log Change the default unix shell executor from `sh` to `bash` ## Verify this pull request This pull request is code cleanup without any test coverage. `source` is not available in `/bin/sh`, it's replacement in `/bin/sh` is `.`, I think you can either use `/bin/bash` instead of `/bin/sh` or use `.` Since we use `#!/bin/bash` as command file header, I think change to bash is more reasonable. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
