diff --git a/tools/check_qml_syntax b/tools/check_qml_syntax index 28a8f35e3..012e5f032 100755 --- a/tools/check_qml_syntax +++ b/tools/check_qml_syntax @@ -18,7 +18,7 @@ cd $SCRIPT_DIR/.. # ============================================================================== if ! [ -x "$( command -v "$LINTER" )" ]; then - printf "${RED}Unable to find `$LINTER`.${NC}\n" + printf "${RED}Unable to find `${LINTER}`.${NC}\n" exit 1 fi