[SCM] debian-live branch, master, updated. 1.0_a48-1-14-g01f8269

Daniel Baumann daniel at debian.org
Thu Aug 7 16:08:13 UTC 2008


The following commit has been merged in the master branch:
commit 01f8269eb34c2cb2c4fcfa20750c06c7981f88f6
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Aug 7 17:57:28 2008 +0200

    Making check for local-patches silent.

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

-- 
debian-live



More information about the debian-live-changes mailing list