Bläddra i källkod

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 år sedan
förälder
incheckning
5cf1e53792
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/bin/saturnin.skel

+ 1
- 1
src/bin/saturnin.skel Visa fil

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