diff options
Diffstat (limited to 'locale/base/gather-messages.sh')
-rwxr-xr-x | locale/base/gather-messages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/base/gather-messages.sh b/locale/base/gather-messages.sh index c06aa992..bab2b7a8 100755 --- a/locale/base/gather-messages.sh +++ b/locale/base/gather-messages.sh @@ -3,4 +3,4 @@ find ../../ -name *.php > /tmp/filelist find ../../ -name *.inc >> /tmp/filelist -xgettext -f /tmp/filelist -L PHP -o /tmp/messages.po +xgettext -f /tmp/filelist -L PHP -o ./messages.po |