Browse Source

Join hooks from all paths

Due to inigrep limitation, we cannot automatically cherry-pick hook.ini
based on where the hook is found--we can only have all hooks in one
file, or use join strategy.
Alois Mahdal 9 years ago
parent
commit
5cf1e53792
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/bin/saturnin.skel

+ 1
- 1
src/bin/saturnin.skel View File

53
 }
53
 }
54
 
54
 
55
 run_hook() {
55
 run_hook() {
56
-    saturnin conf -p hook.$SATURNIN_SUBCOMMAND.$1 \
56
+    saturnin conf -j -p hook.$SATURNIN_SUBCOMMAND.$1 \
57
       | debug_pipe hook_$1 \
57
       | debug_pipe hook_$1 \
58
       | bash
58
       | bash
59
 }
59
 }