From b211776641d833c08373eb07e686e0f06adc81e7 Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Thu, 1 Jan 2009 21:34:35 +0000
Subject: Re-order arguments to find(1) to silence warning about sub-optimal
 ordering.

---
 helpers/lh_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.0