From de0dd93a718995134bf4d89f47355d3122b79d1c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 16:03:46 +0200 Subject: [PATCH] lint/files --- sh/self.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/self.sh b/sh/self.sh index 8d821dc..4d88414 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -222,10 +222,10 @@ rwx_self_write() { local target="${1}" if [ -n "${target}" ]; then shift - local file text + local file files text text="#! /usr/bin/env sh " - local files="$(rwx_self_subset "${@}")" + files="$(rwx_self_subset "${@}")" while IFS= read -r file; do text="${text} $(cat "${RWX_ROOT_SYSTEM}/${file}")