X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/de8440cea07259aadd308a01cf5f3247647514b7..9429175415841de9e19e0caf04ba4bed4c3a4989:/maninst diff --git a/maninst b/maninst index 25ea78d..20fbf6c 100755 --- 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##*/} src=${base##*.} + base=${i##*/} sec=${base##*.} case $op in install) echo -n " Installing manpage $base$ext"