[SCM] debian-live branch, master, updated. 1.0_a48-1-13-g0a1a5f6

Daniel Baumann daniel at debian.org
Wed Aug 6 21:39:05 UTC 2008


The following commit has been merged in the master branch:
commit 0a1a5f6da7ddf9fd6e3b5b87da7f4bc9ba478ebc
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Aug 6 23:28:27 2008 +0200

    Making check for local-includes silent.

diff --git a/helpers/lh_binary_local-includes b/helpers/lh_binary_local-includes
index 57918bd..96bf0b6 100755
--- a/helpers/lh_binary_local-includes
+++ b/helpers/lh_binary_local-includes
@@ -42,7 +42,7 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if ls -A config/binary_local-includes/ | grep -qs .
+if ls -A config/binary_local-includes/ | grep -qs . > /dev/null 2>&1
 then
 	# Copying includes
 	cd config/binary_local-includes
diff --git a/helpers/lh_chroot_local-includes b/helpers/lh_chroot_local-includes
index 697c33b..afb5b84 100755
--- a/helpers/lh_chroot_local-includes
+++ b/helpers/lh_chroot_local-includes
@@ -42,7 +42,7 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if ls -A config/chroot_local-includes/ | grep -qs .
+if ls -A config/chroot_local-includes/ | grep -qs . > /dev/null 2>&1
 then
 	# Copying includes
 	cd config/chroot_local-includes

-- 
debian-live



More information about the debian-live-changes mailing list