]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
Makefile: test_full: use exit instead of return
authorDaniel Hahler <git@thequod.de>
Wed, 18 Nov 2015 18:25:34 +0000 (19:25 +0100)
committerDaniel Hahler <git@thequod.de>
Wed, 18 Nov 2015 18:25:34 +0000 (19:25 +0100)
Makefile

index b43d7097990801d24614fc827a80f1c7f958ac42..ebfb971e82b8bfed129e67c11d94ee9ed328cc1c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ test_full:
                        echo; \
                done; \
        done; \
-       return $$ret
+       exit $$ret
 
 # Define targets for test files, with relative and abolute path.
 # Use verbose output, which is useful with Vim's 'errorformat'.