X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/de8440cea07259aadd308a01cf5f3247647514b7..282625e1b87743236f1cb8c70c2762edd413c6b0:/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"