eval was little bit too much.
@@ -323,7 +323,7 @@ saturnin__runhook() {
warn "syntax errors, ignoring hook: $name"
return 0
}
- eval "$code"
+ bash <<<"$code"
saturnin__runsc() {