From 0395a9d9815d7d82469f0064738bef80ac87dbe3 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 26 Jan 2019 21:28:08 +0100 Subject: Reaktor.Plugins.System: add _msgtarget to env --- src/Reaktor/Plugins/System.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 = -- cgit v1.2.3