From ca5f1b9edd11b1fe03a097c2065f66db0808f931 Mon Sep 17 00:00:00 2001 From: Eliseu Egewarth Date: Mon, 14 May 2018 13:25:24 -0300 Subject: [PATCH] Fix QA script auto reference Signed-off-by: Eliseu Egewarth --- scripts/django/check_qa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/django/check_qa.sh b/scripts/django/check_qa.sh index 393ad49fd..a145bee7a 100755 --- a/scripts/django/check_qa.sh +++ b/scripts/django/check_qa.sh @@ -1,7 +1,7 @@ #!/bin/bash # Verifica se um breakpoint foi esquecido no código -me="$0" +me=`basename "$0"` git_project_root=$(git rev-parse --show-toplevel) cd ${git_project_root}