From e9b57b693ceaee100b67fd217ad769d6df35330b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 23:43:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92useless?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/core/code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/core/code.sh b/sh/core/code.sh index 139c578..0dec949 100644 --- a/sh/core/code.sh +++ b/sh/core/code.sh @@ -181,7 +181,7 @@ rwx_code_doc() { } rwx_code_load() { - local line text + local line # parse aliases functions _rwx_code_aliases_functions="$(rwx_code_parse "aliases functions")" while IFS= read -r line; do