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 <[email protected]>
Date:   Fri Mar 20 16:22:02 2009 +0100

    Fix uninstallman.
    
    Signed-off-by: Jelmer Vernooij <[email protected]>

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

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

Reply via email to