[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1472-gc52be9f

Jelmer Vernooij jelmer at samba.org
Thu May 7 12:18:15 GMT 2009


The branch, master has been updated
       via  c52be9f6a0450d656671b4a756b3b5d56a88de24 (commit)
      from  b8ddb8765c6421b595737dac8deaeb88546a847a (commit)

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


- Log -----------------------------------------------------------------
commit c52be9f6a0450d656671b4a756b3b5d56a88de24
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Thu May 7 14:16:19 2009 +0200

    Fix missing backtick.

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

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


Changeset truncated at 500 lines:

diff --git a/source4/script/installman.sh b/source4/script/installman.sh
index a3b6ec0..3350eb8 100755
--- a/source4/script/installman.sh
+++ b/source4/script/installman.sh
@@ -6,7 +6,7 @@ MANPAGES=$*
 
 for I in $MANPAGES
 do
-	SECTION=`echo -n $I | sed "s/.*\(.\)$/\1/"
+	SECTION=`echo -n $I | sed "s/.*\(.\)$/\1/"`
 	DIR="$MANDIR/man$SECTION"
 	if [ ! -d "$DIR" ]
 	then


-- 
Samba Shared Repository


More information about the samba-cvs mailing list