chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d416978
)
maninst: Fix stupid variable-name typo.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 4 Jun 2016 00:35:49 +0000
(
01:35
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 4 Jun 2016 00:35:49 +0000
(
01:35
+0100)
Introduced in
de8440c
... Not my finest hour, really.
maninst
patch
|
blob
|
blame
|
history
diff --git
a/maninst
b/maninst
index 25ea78d766b2e72732842432253d72b55ea07133..20fbf6c2e2781d643fd5c5a42bf87733a858bc52 100755
(executable)
--- a/
maninst
+++ b/
maninst
@@
-24,7
+24,7
@@
case $op in
*) echo >&2 "$0: unknown operation \`$1'"; exit 1 ;;
esac
for i; do
- base=${i##*/} s
r
c=${base##*.}
+ base=${i##*/} s
e
c=${base##*.}
case $op in
install)
echo -n " Installing manpage $base$ext"