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