chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Crack down on whitespace badness.
[runlisp]
/
maninst
diff --git
a/maninst
b/maninst
index bdf5a0fedb106189b18aab8cf544cc42bb24371a..cb238c54cd7fe6750397cc5d197ee4570c33cb65 100755
(executable)
--- 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)
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)
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
;;
esac
done