wecisecode 1 天之前
父節點
當前提交
7aae5d4329
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      odbctest/mql/mqltest.sh

+ 1 - 1
odbctest/mql/mqltest.sh

@@ -42,7 +42,7 @@ if [[ "${keyspace}" != "" ]]; then
 fi
 sleep 2
 
-filescount="./mql files? log.level=error "$@" | wc -l`
+filescount=`./mql files? log.level=error "$@" | wc -l`
 if [[ "${filescount}" == "0" || "${filescount}" == "1" ]]; then
     ./mql "$@"
     exit $?