[SCM] UNNAMED PROJECT branch, debian-unstable, updated. 3ee9d5a018d873823da8cc9551a66bd401d167af

David Nusinow dnusinow at debian.org
Fri Mar 27 05:21:06 UTC 2009


The following commit has been merged in the debian-unstable branch:
commit 34afaedccc1aeb05d2c6a3869f51e78b2dd0d210
Author: David Nusinow <dnusinow at debian.org>
Date:   Fri Jun 9 02:34:26 2006 +0000

    Fix for bug #371152. Thanks Joey Hess.

diff --git a/xsfbs.sh b/xsfbs.sh
index f0c7482..382b6ec 100644
--- a/xsfbs.sh
+++ b/xsfbs.sh
@@ -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

-- 
UNNAMED PROJECT



More information about the debian-science-commits mailing list