summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorMatthias Dieter Wallnoefer <mwallnoefer@yahoo.de>2009-03-20 16:22:02 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-03-20 16:22:02 +0100
commit2de464a7658f91d2d01087080b984d52c3483426 (patch)
tree5d0afb1ab01181fb52e22bc1202ff93e75d4e058 /source4/script
parent1ef206524de589efeeef0544afbf7bfb37d99c15 (diff)
downloadsamba-2de464a7658f91d2d01087080b984d52c3483426.tar.gz
samba-2de464a7658f91d2d01087080b984d52c3483426.tar.bz2
samba-2de464a7658f91d2d01087080b984d52c3483426.zip
Fix uninstallman.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/uninstallman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/uninstallman.sh b/source4/script/uninstallman.sh
index 9b087c68bb..edc1c47e4d 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