[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-455-gda06a34

Michael Adam obnox at samba.org
Tue Mar 17 15:10:39 GMT 2009


The branch, master has been updated
       via  da06a345cc290ca29234bc231fc9174d2780cf4f (commit)
      from  d352d3c713d86e2657f91fb86686392224764770 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit da06a345cc290ca29234bc231fc9174d2780cf4f
Author: Björn Jacke <bj at sernet.de>
Date:   Sun Mar 8 12:54:04 2009 +0100

    to be portable, use options first, arguments last
    
    Signed-off-by: Michael Adam <obnox at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 source3/script/installmo.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/installmo.sh b/source3/script/installmo.sh
index 9c4ab1e..5ca3371 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list