Просмотр исходного кода

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 10 лет назад
Родитель
Сommit
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
 }