You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/06/04 07:11:17 UTC

[iotdb] branch master updated: [ISSUE-3335] Fix the bug of start-cli.sh -e mode can't work with wildcard * (#3336)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new f9d9cba  [ISSUE-3335] Fix the bug of start-cli.sh -e mode can't work with wildcard * (#3336)
f9d9cba is described below

commit f9d9cba2b38d4840e2b2f395b6c5dcd7f2907ee4
Author: Irvine <ir...@gmail.com>
AuthorDate: Fri Jun 4 15:10:56 2021 +0800

    [ISSUE-3335] Fix the bug of start-cli.sh -e mode can't work with wildcard * (#3336)
    
    Co-authored-by: wangjunqing <wa...@alibaba-inc.com>
---
 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