Signed-off-by: Michael Straube <straubem@gmx.de> --- src/paccache.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paccache.sh.in b/src/paccache.sh.in index 135954f..67904e0 100644 --- a/src/paccache.sh.in +++ b/src/paccache.sh.in @@ -306,7 +306,7 @@ for cachedir in "${cachedirs[@]}"; do pushd "$cachedir" &>/dev/null || die "failed to chdir to '%s'" "$cachedir" # note that these results are returned in an arbitrary order from awk, but - # they'll be resorted (in summarize) iff we have a verbosity level set. + # they'll be resorted (in summarize) if we have a verbosity level set. IFS=$'\n' read -r -d '' -a cand < \ <(printf '%s\n' "$PWD"/*.pkg.tar!(*.sig) | pacsort --files | pkgfilter "$keep" "$scanarch" \ -- 2.17.1