Fix bluetoothctl parser
[khatus.git] / bin / khatus_parse_bluetoothctl_show
index 7de42cf..ed1e228 100755 (executable)
@@ -8,7 +8,7 @@
 /^\t[A-Z][A-Za-z]+:/ {
     key = $1
     sub(":$", "", key)
-    sub("^" $1, "")
+    sub("^\t" $1 " *", "")
     val = $0
     data[controller, key] = val
 }
This page took 0.029176 seconds and 4 git commands to generate.