diff --git a/install.sh b/install.sh index f35ef73..ebaaa46 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ root=$(readlink root) all_files() { - find $root -type f,l + find "$root" -type f,l } for f in $(all_files)