shellcheck: add quotes

This commit is contained in:
Balakrishnan Balasubramanian 2024-12-11 10:32:28 -05:00
parent 81bb36ee48
commit 7b9fb215b9

View File

@ -3,7 +3,7 @@
root=$(readlink root)
all_files() {
find $root -type f,l
find "$root" -type f,l
}
for f in $(all_files)