diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index b9354e070..5bfe74751 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 |