wecisecode hace 1 día
padre
commit
7aae5d4329
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 $?