git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix uninstallman.
[ira/wip.git]
/
source4
/
script
/
uninstallman.sh
diff --git
a/source4/script/uninstallman.sh
b/source4/script/uninstallman.sh
index 9b087c68bb259ab2166e24a75ab754d9a8d19040..edc1c47e4df84ae8985ba8dc86bec32c50e9b418 100755
(executable)
--- a/
source4/script/uninstallman.sh
+++ b/
source4/script/uninstallman.sh
@@
-8,7
+8,7
@@
MANPAGES=$*
for I in $MANPAGES
do
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
FNAME=$MANDIR/man$SECTION/$I
if test -f $FNAME; then
echo Deleting $FNAME