diff options
-rw-r--r-- | %HOME%/.bash_utils/distr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bash_utils/distr.sh b/%HOME%/.bash_utils/distr.sh index f84f328..ba92031 100644 --- a/%HOME%/.bash_utils/distr.sh +++ b/%HOME%/.bash_utils/distr.sh @@ -48,7 +48,7 @@ sums_update() ( local -A existing while IFS= read -d '' -r path; do existing[$path]=1 - done < <( sums_list_paths ) + done < <( sums_list_paths -z ) local -a missing for path in "$@"; do |