From 6c65fb3ecc7a21799009161d64992f0ea94c1ca8 Mon Sep 17 00:00:00 2001 From: rodarima Date: Wed, 8 May 2024 20:46:36 +0200 Subject: Remove stray dollar sign Fixes https://github.com/dillo-browser/dillo-plugin-man/issues/2 --- man.filter.dpi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man.filter.dpi') diff --git a/man.filter.dpi b/man.filter.dpi index 798f293..e315a71 100755 --- a/man.filter.dpi +++ b/man.filter.dpi @@ -16,8 +16,8 @@ url=${url%"' '"} serve_404() { printf "\n" printf "Content-type: text/plain\r\n\r\n" - $manpage="$1" - $apropos="$2" + manpage="$1" + apropos="$2" if [ -z "$1" ]; then echo "Not found" exit 0 -- cgit v1.2.3