[SCM] debian-live branch, master, updated. 1.0_a48-1-98-gea96223
Daniel Baumann
daniel at debian.org
Sat Aug 23 22:49:20 UTC 2008
The following commit has been merged in the master branch:
commit 067aaf07c4c0dd00e5f15eba52ef8447204598f1
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