X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/861b771926602bf05394386923fa4c2e282fecf7..87eaf275d4957b93583b9dcfb71d06f798533aca:/maninst diff --git a/maninst b/maninst index bdf5a0f..cb238c5 100755 --- a/maninst +++ b/maninst @@ -39,14 +39,14 @@ for i; do for l in `sed 's:^\.\\\" *@::p; d' "$srcdir/$i"`; do case $op in install) - if [ "$l.$sec" != "$base" ]; then - echo -n "." + if [ "$l.$sec" != "$base" ]; then + echo -n "." echo ".so man$sec/$base$ext" >"$mandir/man$sec/$l.$sec$ext" chmod $mode "$mandir/man$sec/$l.$sec$ext" fi ;; uninstall) - rm -f "$mandir/man$sec/$l.$sec$ext" + rm -f "$mandir/man$sec/$l.$sec$ext" ;; esac done