lint/files
This commit is contained in:
parent
4b55ac1155
commit
de0dd93a71
1 changed files with 2 additions and 2 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue