shink commented on PR #4863:
URL: https://github.com/apache/inlong/pull/4863#issuecomment-1173788198
@lucaspeng12138 It is recommended to double quote on variables. It can
prevent globbing and word splitting.
For example:
```shell
# instead of `cd ${SHELL_FOLDER}`
cd "${SHELL_FOLDER}"
```
--
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]