summaryrefslogtreecommitdiff
path: root/source3/script/installmo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/installmo.sh')
-rw-r--r--source3/script/installmo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installmo.sh b/source3/script/installmo.sh
index 9c4ab1eefe..5ca3371d80 100644
--- a/source3/script/installmo.sh
+++ b/source3/script/installmo.sh
@@ -35,7 +35,7 @@ for dir in $SRCDIR/locale/*; do
if test "$mode" = 'install'; then
echo "Installing $f as $FNAME"
touch "$FNAME"
- $MSGFMT "$f" -f -o "$FNAME"
+ $MSGFMT -f -o "$FNAME" "$f"
if test ! -f "$FNAME"; then
echo "Cannot install $FNAME. Does $USER have privileges?"
exit 1