Преглед изворни кода

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 пре 11 година
родитељ
комит
5cf1e53792
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/bin/saturnin.skel

+ 1
- 1
src/bin/saturnin.skel Прегледај датотеку

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
 }