From 558161570c6bc5fe1eae22ce2fd2e05f94fc5aa0 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 3 Jul 2019 14:32:22 +0200 Subject: [PATCH] fixed return code --- build_declarations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_declarations.sh b/build_declarations.sh index fb35634..806df31 100755 --- a/build_declarations.sh +++ b/build_declarations.sh @@ -113,4 +113,4 @@ if [[ path_found -eq 0 ]]; then exit 1 fi -exit 1 \ No newline at end of file +exit 0 \ No newline at end of file