[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5245-g0236862

Karolin Seeger kseeger at samba.org
Tue May 5 09:30:33 GMT 2009


The branch, v3-3-test has been updated
       via  02368626a273368a3b731d2b413e90d91ed15c5c (commit)
      from  c89c2db8c51bd3cede2e2e8fb58214971eda4129 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 02368626a273368a3b731d2b413e90d91ed15c5c
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:
 source/script/installmo.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 mode change 100755 => 100644 source/script/installmo.sh


Changeset truncated at 500 lines:

diff --git a/source/script/installmo.sh b/source/script/installmo.sh
old mode 100755
new mode 100644
index 9c4ab1e..5ca3371
--- a/source/script/installmo.sh
+++ b/source/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