This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.12 by this push:
new a510cf3 [ISSUE-3335] Fix the bug of start-cli.sh -e mode can't work
with wildcard * (#3336) (#4450)
a510cf3 is described below
commit a510cf30096063c39a6355e149096a19bb318229
Author: Haonan <[email protected]>
AuthorDate: Tue Nov 23 13:32:18 2021 +0800
[ISSUE-3335] Fix the bug of start-cli.sh -e mode can't work with wildcard *
(#3336) (#4450)
---
cli/src/assembly/resources/sbin/start-cli.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/cli/src/assembly/resources/sbin/start-cli.sh
b/cli/src/assembly/resources/sbin/start-cli.sh
index ac96496..4a736e9 100644
--- a/cli/src/assembly/resources/sbin/start-cli.sh
+++ b/cli/src/assembly/resources/sbin/start-cli.sh
@@ -75,6 +75,7 @@ esac
# echo $PARAMETERS
+set -o noglob
exec "$JAVA" -cp "$CLASSPATH" "$MAIN_CLASS" $PARAMETERS