shfmt
This commit is contained in:
parent
d549d03c99
commit
038853e4bb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ rwx_file_write() {
|
|||
local file="${1}"
|
||||
local text="${2}"
|
||||
if [ -n "${file}" ]; then
|
||||
printf "%s" "${text}" > "${file}"
|
||||
printf "%s" "${text}" >"${file}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue