shellcheck: add quotes
This commit is contained in:
parent
81bb36ee48
commit
7b9fb215b9
@ -3,7 +3,7 @@
|
|||||||
root=$(readlink root)
|
root=$(readlink root)
|
||||||
|
|
||||||
all_files() {
|
all_files() {
|
||||||
find $root -type f,l
|
find "$root" -type f,l
|
||||||
}
|
}
|
||||||
|
|
||||||
for f in $(all_files)
|
for f in $(all_files)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user