diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Reaktor/Plugins/System.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Reaktor/Plugins/System.hs b/src/Reaktor/Plugins/System.hs index 2f7a2b2..249909f 100644 --- a/src/Reaktor/Plugins/System.hs +++ b/src/Reaktor/Plugins/System.hs @@ -150,6 +150,7 @@ run1 Config{..} Actions{..} Hook{..} prefix msgtarget text = do extraEnv = [ ("_prefix", T.unpack prefix) , ("_from", T.unpack from) + , ("_msgtarget", T.unpack msgtarget) ] env = |