chore: prepare for apache v1.0.0 release by imbajin · Pull Request #2048 · apache/hugegraph

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coderzc avoid “!” parsed in the end of string,it may lead some unexpected behavior (like this case)

image

echo "${a} !" or echo "${a} is good!" are also wrong :)

but here,it's fine to ignore it, just a reminder for others using '!' in the string-end