From 054426518ababc109a6d5c3df86e9da7e258885b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Oct 2017 19:25:19 +0200 Subject: Remove now unused msgtype capture from message regex --- bin/mqtt-multipub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mqtt-multipub b/bin/mqtt-multipub index 9a94b8f..8fa622f 100755 --- a/bin/mqtt-multipub +++ b/bin/mqtt-multipub @@ -32,7 +32,7 @@ for my $arg (@ARGV) { $retain = 1; } elsif ( - $arg =~ m{ ^ (? [^=]+) = (? . ) = (? .*) $ }x ) + $arg =~ m{ ^ (? [^=]+) = (? .*) $ }x ) { my $content = parse_content_string( $+{content} ); if ($retain) { -- cgit v1.2.3