From 3ace1ee60eafc38c81a575dc49b366b9b237a3a9 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 17 Aug 2017 11:02:59 +0200 Subject: [PATCH] fix(check_qml_syntax): little fix --- tools/check_qml_syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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