From ac3cd16c83ac91fe66c73e90188c2b6cd7f6b4b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Primo=C5=BE=20Verdnik?= <drye@rincewind.(none)>
Date: Fri, 13 Jul 2012 09:22:26 +0200
Subject: [PATCH] chkcrontab script now correctly sets the exit status in bash

---
 chkcrontab | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chkcrontab b/chkcrontab
index ff5fe98..e11510e 100755
--- a/chkcrontab
+++ b/chkcrontab
@@ -40,4 +40,4 @@ def main(argv):
   return check.check_crontab(argv[1], log)
 
 if __name__ == '__main__':
-  main(sys.argv)
+  sys.exit(main(sys.argv))
-- 
GitLab