From bd2226e822e056049e113bc526056885497d9976 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 12:16:37 +0200 Subject: [PATCH] Test --- Hooks/delegator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hooks/delegator.sh b/Hooks/delegator.sh index 1b1fb9c..e7b98c6 100644 --- a/Hooks/delegator.sh +++ b/Hooks/delegator.sh @@ -63,7 +63,7 @@ git diff --cached --name-only | while read FILE; do if [[ "$FILE" =~ ^.+(sh|js|php|json|css)$ ]]; then GEN_SYNTAX=$(hasInvalidBasicSyntax "$FILE") - echo GEN_SYNTAX + echo $GEN_SYNTAX if [[ $GEN_SYNTAX = 1 ]]; then echo -e "\e[1;31m\tFound whitespace at end of line in $FILE.\e[0m" >&2