From 01f8269eb34c2cb2c4fcfa20750c06c7981f88f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann 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 caa618017..b40e114e1 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.2.3