summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_config2
1 files changed, 1 insertions, 1 deletions
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