summaryrefslogtreecommitdiff
path: root/share/rcm.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'share/rcm.sh.in')
-rw-r--r--share/rcm.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/rcm.sh.in b/share/rcm.sh.in
index bcf3dce..9f69e56 100644
--- a/share/rcm.sh.in
+++ b/share/rcm.sh.in
@@ -119,7 +119,7 @@ run_hooks() {
if [ -e "$hook_file" ]; then
$VERBOSE "running $when-$direction hooks for $dotfiles_dir"
- find "$hook_file" -type f -perm +111 -print -exec {} \;
+ find "$hook_file" -type f -perm -111 -print -exec {} \;
else
$DEBUG "no $when-$direction hook present for $dotfiles_dir, skipping"
fi