Commit ec2b3545 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(tools/check_qml_syntax): exec correctly linter

parent 4f715e08
...@@ -22,7 +22,7 @@ if ! [ -x "$( command -v "$LINTER" )" ]; then ...@@ -22,7 +22,7 @@ if ! [ -x "$( command -v "$LINTER" )" ]; then
exit 0 exit 0
fi fi
$("$LINTER" -v) "${LINTER}" -v
if [[ $? != 0 ]] ; then if [[ $? != 0 ]] ; then
printf "${RED}Unable to check qml syntax.${NC}\n" printf "${RED}Unable to check qml syntax.${NC}\n"
exit 0 exit 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment