[SCM] Debian Live build scripts branch, master, updated. 1.0.2-2-5-g28c4d28

Chris Lamb lamby at debian.org
Thu Jan 1 21:40:52 UTC 2009


The following commit has been merged in the master branch:
commit 28c4d287d05fafdd89162ce2dfdd4760566c5d3c
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jan 1 21:34:35 2009 +0000

    Re-order arguments to find(1) to silence warning about sub-optimal ordering.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/helpers/lh_config b/helpers/lh_config
index b9354e0..5bfe747 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -173,7 +173,7 @@ Local_arguments ()
 				done
 
 				# Dump directory listings of all directories under config/
-				for DIRECTORY in $(find config/ -type d -mindepth 1 -maxdepth 1)
+				for DIRECTORY in $(find config/ -mindepth 1 -maxdepth 1 -type d)
 				do
 					if Find_files "${DIRECTORY}"
 					then

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list