summaryrefslogtreecommitdiffhomepage
path: root/build/i18n-sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/i18n-sync.sh')
-rwxr-xr-xbuild/i18n-sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/i18n-sync.sh b/build/i18n-sync.sh
index d4f966658..ad8c46c6f 100755
--- a/build/i18n-sync.sh
+++ b/build/i18n-sync.sh
@@ -7,7 +7,7 @@
./build/mkbasepot.sh
-find . -name '*.pot' -and -not -name base.pot -and -not -name rrdtool.pot | \
+find . -name '*.pot' -and -not -name base.pot | \
while read path; do
dir="${path%/po/templates/*}"
echo -n "Updating ${path#./} ... "