From: Colin Clark Date: Sun, 18 Apr 2021 10:21:02 +0000 (+0100) Subject: Bug fix: doxygen-help.sh double quotes X-Git-Tag: v1.7~135 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=2920df346c290c58ca721884fe64818ecf01cf64 Bug fix: doxygen-help.sh double quotes Use double quotes to prevent globbing and word splitting --- diff --git a/scripts/doxygen-help.sh b/scripts/doxygen-help.sh index 191b5bac..fc15b48b 100755 --- a/scripts/doxygen-help.sh +++ b/scripts/doxygen-help.sh @@ -92,7 +92,7 @@ else print function_result } } - ' $DOCDIR/$PROJECT.tag) + ' "$DOCDIR"/"$PROJECT".tag) if [[ -z $url_found ]] then