diff options
author | tv <tv@krebsco.de> | 2020-07-14 19:31:19 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-07-14 19:31:19 +0200 |
commit | 75340366685c47ddc649bcbd1b06666e09d3cf85 (patch) | |
tree | c40e7b72d6d336c0c61ae3d94eb678c4273fce77 /krebs/2configs/reaktor2.nix | |
parent | ef4572145301e3daba853a1b67c963472fbb828c (diff) | |
parent | dbee272de6f3dae261ac6e15992b91cd3c1d02ed (diff) |
Merge remote-tracking branches 'gum/master' and 'prism/master'
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index f4fa2ca7c..72eff176b 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -14,7 +14,7 @@ let confirmation=no ''; in { - pattern = "^${name}-([a-z]+)(?::\\s*(.*))?"; + pattern = "^${name}-([a-z]+)(?::?\\s*(.*))?"; activate = "match"; command = 1; arguments = [2]; @@ -76,7 +76,7 @@ let }; } { - pattern = ''^(\S+)\s+([+-][1-9][0-9]*)\s+(\S+)$''; + pattern = ''^([\w-]*):?\s+([+-][1-9][0-9]*)\s+(\S+)$''; activate = "match"; arguments = [1 2 3]; command = { |