summaryrefslogtreecommitdiffstats
path: root/contrib/paccache.in
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-12 21:07:44 +0100
committerDan McGee <dan@archlinux.org>2011-12-12 21:07:44 +0100
commit2a4df070c360bfe31d99e232b75bdea06949245f (patch)
treebf67ebb0f50bfe5be5f231a642deb64c5b116cdb /contrib/paccache.in
parent370c873be54a6ef74f86b5e77ff722f766ebf707 (diff)
parent67290441b80fa813a472767353095425c78805af (diff)
downloadpacman-2a4df070c360bfe31d99e232b75bdea06949245f.tar.gz
pacman-2a4df070c360bfe31d99e232b75bdea06949245f.tar.xz
Merge branch 'maint'
Diffstat (limited to 'contrib/paccache.in')
-rwxr-xr-xcontrib/paccache.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/paccache.in b/contrib/paccache.in
index 847d44fb..b95b9646 100755
--- a/contrib/paccache.in
+++ b/contrib/paccache.in
@@ -263,7 +263,7 @@ if (( move || delete )); then
fi
# unlikely that this will fail, but better make sure
-cd "$cachedir" || die "failed to chdir to \`%s'" "$cachedir"
+cd "$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.