From bb8bedae27a18909baa2538668228b0def86054f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 3 Jul 2025 21:47:57 +0200 Subject: [PATCH] lint/fill,text --- sh/main.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/main.sh b/sh/main.sh index d1ea522..4cd27ae 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -63,9 +63,10 @@ rwx_cache() { local root="${1}" local module="${2}" local name="${module%.sh}" - local fill="$(rwx_fill "${#name}" ─)" local path="${root}/${module}" - local text="$(cat "${path}")" + local fill text + fill="$(rwx_fill "${#name}" ─)" + text="$(cat "${path}")" case "${text}" in "#!"*) RWX_CODE="${text}