From 4448ac061c4db752529d21f95a1958b15b7d0047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Tue, 17 Mar 2009 17:57:59 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG | 2 +- pocompare | 2 +- stripfuzzy | 2 +- ths-variables | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 14a46e5..60ecca3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,4 +11,4 @@ v. 0.2 (2008-01-18) * updated ths-applysed.sh command, removed a serious flaw that would at times eat half a file where it should not have. v. 0.1 (2007-09-17) - * initial release. \ No newline at end of file + * initial release. diff --git a/pocompare b/pocompare index 8ea078c..0acdb3a 100755 --- a/pocompare +++ b/pocompare @@ -42,4 +42,4 @@ file2=$2 $MSGMERGE --no-wrap $file1 $file1 -o ${file1}.for.diff $MSGMERGE --no-wrap $file2 $file2 -o ${file2}.for.diff $DIFF ${file1}.for.diff ${file2}.for.diff -rm ${file1}.for.diff ${file2}.for.diff \ No newline at end of file +rm ${file1}.for.diff ${file2}.for.diff diff --git a/stripfuzzy b/stripfuzzy index aba1c2a..9417172 100755 --- a/stripfuzzy +++ b/stripfuzzy @@ -51,4 +51,4 @@ for po in `cd $pofiles ; find . -name "*.po"` do echo -n $pofiles/$po $MSGMERGE --no-fuzzy-matching --backup=off --update $pofiles/$po $templates/${po}t -done \ No newline at end of file +done diff --git a/ths-variables b/ths-variables index 7e91d99..7ae9560 100644 --- a/ths-variables +++ b/ths-variables @@ -31,4 +31,4 @@ KDIFF3=`which kdiff3 2> /dev/null` RED="\033[0;31m" GREEN="\033[0;32m" BLUE="\033[0;34m" -ENDCOLOR="\033[0m" \ No newline at end of file +ENDCOLOR="\033[0m"