From 102fc694fd2c1315d3440b41c871c9be2a2c18ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Susanna=20Bj=C3=B6rverud?= Date: Mon, 15 Jun 2009 20:02:38 +0200 Subject: [PATCH] Remove call to iterate over removed dir (features) --- tools/translate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/translate.sh b/tools/translate.sh index 0410930d8..83ba95544 100755 --- a/tools/translate.sh +++ b/tools/translate.sh @@ -13,7 +13,7 @@ oldpwd=$(pwd) cd anki allPyFiles=libanki.files echo "Generating translations.." -for i in *.py features/*.py importing/*.py +for i in *.py importing/*.py do echo $i >> $allPyFiles done