[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-614-g2de464a

Jelmer Vernooij jelmer at samba.org
Fri Mar 20 15:38:28 GMT 2009


The branch, master has been updated
       via  2de464a7658f91d2d01087080b984d52c3483426 (commit)
      from  1ef206524de589efeeef0544afbf7bfb37d99c15 (commit)

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


- Log -----------------------------------------------------------------
commit 2de464a7658f91d2d01087080b984d52c3483426
Author: Matthias Dieter Wallnoefer <mwallnoefer at yahoo.de>
Date:   Fri Mar 20 16:22:02 2009 +0100

    Fix uninstallman.
    
    Signed-off-by: Jelmer Vernooij <jelmer at samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/source4/script/uninstallman.sh b/source4/script/uninstallman.sh
index 9b087c6..edc1c47 100755
--- a/source4/script/uninstallman.sh
+++ b/source4/script/uninstallman.sh
@@ -8,7 +8,7 @@ MANPAGES=$*
 
 for I in $MANPAGES
 do
-	SECTION=`echo -n $I | sed "s/.*\(.\)$/\1/"
+	SECTION=`echo -n $I | sed "s/.*\(.\)$/\1/"`
 	FNAME=$MANDIR/man$SECTION/$I
 	if test -f $FNAME; then
 	  echo Deleting $FNAME


-- 
Samba Shared Repository


More information about the samba-cvs mailing list