diff options
Diffstat (limited to 'helpers/lh_binary_local-hooks')
-rwxr-xr-x | helpers/lh_binary_local-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_local-hooks b/helpers/lh_binary_local-hooks index 455e86bdb..92c4ea012 100755 --- a/helpers/lh_binary_local-hooks +++ b/helpers/lh_binary_local-hooks @@ -43,7 +43,7 @@ Check_lockfile .lock Create_lockfile .lock # Processing local-hooks -if ls config/binary_local-hooks/* > /dev/null 2>&1 +if Find_files config/binary_local-hooks/* then for HOOK in config/binary_local-hooks/* do |