From 859ee18261479284591ea8c900814a1054566e40 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Tue, 21 Aug 2012 17:11:15 +0000 Subject: [PATCH] fixing repos-to-tx error with EN + pb with alternc-mailman --- repos-to-tx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos-to-tx.sh b/repos-to-tx.sh index 8fe0feb0..98b85270 100755 --- a/repos-to-tx.sh +++ b/repos-to-tx.sh @@ -43,7 +43,7 @@ do "alternc/trunk/tmp.$lang/" # now we have all .po files in one folder, merge them into one big catalog: msgcat --use-first -o "alternc/trunk/lang/${lang}.po" alternc/trunk/tmp.$lang/* -# rm -rf "alternc/trunk/tmp.$lang" + rm -rf "alternc/trunk/tmp.$lang" echo "done" done