Change quotes in get_files.sh.

This commit is contained in:
redxef 2022-11-21 19:13:29 +01:00
parent 232922bc42
commit cda48cd83d
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -6,8 +6,8 @@ set -e
directory="${DIRECTORY}"
# shellcheck disable=SC2153
files="${FILES}"
newline_str='
'
newline_str="
"
(
cd "$directory"
#shellcheck disable=SC2086