Fix for bug #371152. Thanks Joey Hess.

This commit is contained in:
David Nusinow 2006-06-09 02:34:26 +00:00
parent f64226c1d9
commit 34afaedccc
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ find_culprits () {
_possible_culprits=$(ls -1 $_dpkg_info_dir/*.list | egrep -v \
"(xbase-clients|x11-common|xfs|xlibs)")
if [ -n "$_possible_culprits" ]; then
_smoking_guns=$(grep -l "$1" $_possible_culprits)
_smoking_guns=$(grep -l "$1" $_possible_culprits || true)
if [ -n "$_smoking_guns" ]; then
_bad_packages=$(printf "\\n")
for f in $_smoking_guns; do