diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-26 23:17:48 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-26 23:17:48 +0200 |
| commit | 37459c64b0048bb370953161487408676811aa1e (patch) | |
| tree | a5d58bd018b0262f3daa5c67b7d842e6cad719c4 /scripts | |
| parent | f3668cac0f582783828e068b4adfc3767152a493 (diff) | |
whitespace, oh why oh why
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_gettext_pot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_gettext_pot.sh b/scripts/generate_gettext_pot.sh index 4ac038e..b762ecb 100755 --- a/scripts/generate_gettext_pot.sh +++ b/scripts/generate_gettext_pot.sh @@ -4,5 +4,5 @@ PWD=$(pwd) xgettext --no-wrap --width 1 --default-domain=tuxanci --add-comments=/// -k_ `find ./ -name \*.c | grep -v .git | sort | uniq | tr '\n' ' '` -o ./po/tuxanci.pot cd po/ find ./ -name \*.po -print | xargs -i msgmerge --no-wrap --width 1 -U {} tuxanci.pot -rm -rf \*~ +rm -rf *~ popd > /dev/null |