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 $?