mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 21:58:06 +00:00
fix(tools/check_qml_syntax): exec correctly linter
This commit is contained in:
parent
4f715e083e
commit
ec2b354573
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ if ! [ -x "$( command -v "$LINTER" )" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
$("$LINTER" -v)
|
||||
"${LINTER}" -v
|
||||
if [[ $? != 0 ]] ; then
|
||||
printf "${RED}Unable to check qml syntax.${NC}\n"
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue