fix rights

This commit is contained in:
Roland Gruber 2017-06-15 11:05:18 +02:00
parent 8adc56d47a
commit fb063beb2d
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
#!/bin/bash
# $Id$
#
# Copyright (C) 2003 - 2006 Roland Gruber
# Copyright (C) 2003 - 2017 Roland Gruber
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
# This script generates a messages.mo file from the translated messages.po file.
rm -f messages.mo
chmod -x messages.po
msgfmt -v -c --statistics messages.po -o messages.mo