From 698992351cf454e5cadee3f580cee53595c63573 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Thu, 7 Aug 2008 17:57:28 +0200
Subject: Making check for local-patches silent.

---
 helpers/lh_chroot_local-patches | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_chroot_local-patches b/helpers/lh_chroot_local-patches
index caa6180..b40e114 100755
--- a/helpers/lh_chroot_local-patches
+++ b/helpers/lh_chroot_local-patches
@@ -42,7 +42,7 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if ls -A config/chroot_local-patches/ | grep -qs .
+if ls -A config/chroot_local-patches/ | grep -qs . > /dev/null 2>&1
 then
 	# Restoring cache
 	Restore_cache cache/packages_chroot
-- 
cgit v1.0