From a34f5eeeb2dbec63e7df7eef8c0116710370ee19 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@alientrap.org>
Date: Thu, 22 Dec 2011 19:48:44 +0100
Subject: [PATCH] better that way :P don't set a var to true that isn't used

---
 check-translations.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check-translations.sh b/check-translations.sh
index 3dc322283..fdb2a1fe3 100755
--- a/check-translations.sh
+++ b/check-translations.sh
@@ -3,7 +3,7 @@
 case "$1" in
 	pot)
 		mode=pot
-		mail=true
+		mail=false
 		;;
 	po)
 		mode=po
-- 
2.39.5