From: Paul Hänsch Date: Wed, 17 Nov 2021 01:10:40 +0000 (+0100) Subject: bugfix: typo X-Git-Url: https://git.plutz.net/?p=serve0;a=commitdiff_plain;h=bcc30dd5eeb808ac407eae6fd821577ff7abea62 bugfix: typo --- diff --git a/db_meta.sh b/db_meta.sh index 0521ed9..f194385 100755 --- a/db_meta.sh +++ b/db_meta.sh @@ -47,7 +47,7 @@ read_meta() { update_meta(){ local name="${1:=${META_NAME}}" tags comment length width height - eval LENGTH WIDTH HEIGH TAGS COMMENT NAME + local LENGTH WIDTH HEIGH TAGS COMMENT NAME local arg cnt meta_db="$_DATA/.index/meta" [ "${name%%/*}" != "$name" ] \