summaryrefslogtreecommitdiff
path: root/templates/ru
diff options
context:
space:
mode:
authormss2002-09-25 16:27:02 +0000
committermss2002-09-25 16:27:02 +0000
commit4f3566d07c6a4ae28c19af181a67e0bea9cfd396 (patch)
tree4bad5254e60cfdd83c77f857bc3306ac6a4f3470 /templates/ru
parent85c483b6f0b42bcc3f761b34d0f95c0344300ee4 (diff)
downloadmailman-4f3566d07c6a4ae28c19af181a67e0bea9cfd396.tar.gz
mailman-4f3566d07c6a4ae28c19af181a67e0bea9cfd396.tar.zst
mailman-4f3566d07c6a4ae28c19af181a67e0bea9cfd396.zip
reduce the amount of messages for 'make check'
Diffstat (limited to 'templates/ru')
-rw-r--r--templates/ru/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ru/Makefile b/templates/ru/Makefile
index 43173f53d..95c56102c 100644
--- a/templates/ru/Makefile
+++ b/templates/ru/Makefile
@@ -16,7 +16,7 @@ diff-%: %
@-(cd ../en/ ; cvs -z6 diff $(diff_args) -r$(shell fgrep $< status | awk '{ print $$2; }') $<)
check:
- (cd ../en/ ; cvs -z6 status ) | ./s2s.py
+ @(cd ../en/ ; cvs -z6 -q status ) | ./s2s.py
todo:
@cat status | while read name version status rest; do [ "$$status" == "done" ] || echo $$name; done | sort