From 4f56db9d935d0018bbdaa30abcc1588a03e8bc30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 20 Jun 2010 16:15:38 +0200 Subject: [PATCH] Fixup of language update script. --- scripts/update-from-po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-from-po b/scripts/update-from-po index e39088ec7..44012996e 100755 --- a/scripts/update-from-po +++ b/scripts/update-from-po @@ -66,7 +66,7 @@ CODE2LANG = { 'uz@latin': 'uzbek_latin', } -if len(sys.argv) != 2: +if len(sys.argv) < 2: print 'Usage: update-from-po PO_FILES' sys.exit(1)